summaryrefslogtreecommitdiffstats
path: root/templates/error_page.html
blob: 575ac416fa5b24c1c03a41984528ba25455b4042 (plain)
1
2
3
4
5
6
7
8
{% extends "base.html" %}

{% block content %}
	<div class="box">
		<h4>{{ errmsg }}</h4>
	</div>
{% endblock %}