]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blobdiff - www/templates/error-500.html
Website update.
[people/shoehn/ipfire.org.git] / www / templates / error-500.html
index be9f5d47c9155b5bfe1c97d3c45573de8e338700..af62507c174c32f0f2fae0dae8014d16981012c5 100644 (file)
@@ -1,18 +1,21 @@
 {% extends "error.html" %}
 
 {% block explanation %}
-       <br class="clear" />
+       <div class="row">
+               <div class="span8 offset2">
+                       <h2>{{ _("Detailed information") }}</h2>
 
-       <h4>{{ _("Detailed information") }}</h4>
-       <p>
-               {% if lang == "de" %}
-                       Bei der Verarbeitung der Anfrage kam es zu einem internen Problem
-                       des Webservers.<br />Sollten nähere Informationen verfügbar sein, so
-                       sind diese untenstehend angehangen.
-               {% else %}
-                       While processing the request, there was an internal problem
-                       of the web server. <br /> If there are more information available,
-                       they would be appended below.
-               {% end %}
-       </p>
+                       <p>
+                               {% if lang == "de" %}
+                                       Bei der Verarbeitung der Anfrage kam es zu einem internen Problem
+                                       des Webservers.<br />Sollten nähere Informationen verfügbar sein, so
+                                       sind diese untenstehend angehangen.
+                               {% else %}
+                                       While processing the request, there was an internal problem
+                                       of the web server. <br /> If there are more information available,
+                                       they would be appended below.
+                               {% end %}
+                       </p>
+               </div>
+       </div>
 {% end block %}