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