quadfile/templates/error.html

8 lines
158 B
HTML
Raw Normal View History

2015-12-24 11:03:16 +00:00
{% extends "shell.html" %}
{% block body %}
<h1 class="title">
2015-12-26 23:30:11 +00:00
Error {{ code }}
2015-12-24 11:03:16 +00:00
</h1>
<p style="text-align: center;">{{ error }}</p>
2015-12-24 11:03:16 +00:00
{% endblock %}