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