]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blame - templates/error-500.html
netboot: Allow booting multiple architectures
[people/shoehn/ipfire.org.git] / templates / error-500.html
CommitLineData
81675874 1{% extends "error.html" %}
2
3{% block explanation %}
60024cc8 4 <div class="row">
8f205c12 5 <div class="col-lg-offset-2 col-lg-8 col-md-8">
60024cc8 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 %}