Files
Phraseanet/templates/web/lightbox/error.html.twig
Romain Neutron a80073395d Merge with 3.7
2012-09-14 16:18:22 +02:00

22 lines
656 B
Twig

{% extends "common/index_bootstrap.html.twig" %}
{% block stylesheet %}
<link type="text/css" rel="stylesheet"
href="/include/minify/f=skins/lightbox/lightbox.css" media="screen"/>
{% endblock %}
{% block content %}
<div id="main_index">
<h2 style="font-weight:bold;font-size:20px;margin:40px 0;">{% trans 'Erreur !' %}</h2>
<p>{{ message }}</p>
<p>{{error}}</p>
<p><a style="color:black;" target="_self" href="/lightbox/">{% trans 'Retour a laccueil' %}</a></p>
</div>
{% endblock %}
{% block icon %}
<link rel="shortcut icon" type="image/x-icon" href="/skins/lightbox/favicon.ico">
{% endblock %}