]> git.ipfire.org Git - ipfire.org.git/blame - templates/error-500.html
webapp: Refactor application launch
[ipfire.org.git] / templates / error-500.html
CommitLineData
81675874 1{% extends "error.html" %}
2
3{% block explanation %}
60024cc8 4 <div class="row">
7109506b
SH
5 <div class="col-md-8 offset-2">
6 <h4>{{ _("Detailed information") }}</h4>
81675874 7
60024cc8 8 <p>
e52b45b6 9 {{ _("While processing the request, there was an internal problem of the web server") }}
60024cc8
MT
10 </p>
11 </div>
12 </div>
81675874 13{% end block %}