]> git.ipfire.org Git - ipfire.org.git/blame - templates/error-500.html
Move everything to the root of the repository.
[ipfire.org.git] / templates / error-500.html
CommitLineData
81675874 1{% extends "error.html" %}
2
3{% block explanation %}
60024cc8
MT
4 <div class="row">
5 <div class="span8 offset2">
6 <h2>{{ _("Detailed information") }}</h2>
81675874 7
60024cc8
MT
8 <p>
9 {% if lang == "de" %}
10 Bei der Verarbeitung der Anfrage kam es zu einem internen Problem
11 des Webservers.<br />Sollten nähere Informationen verfügbar sein, so
12 sind diese untenstehend angehangen.
13 {% else %}
14 While processing the request, there was an internal problem
15 of the web server. <br /> If there are more information available,
16 they would be appended below.
17 {% end %}
18 </p>
19 </div>
20 </div>
81675874 21{% end block %}