summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/error.html
blob: 069796184a1592c1086cf47fddc934384328077d (plain)
1
2
3
4
5
6
{% extends "500.html" %}
{% load i18n %}
{% block error %}
<h3>{{error_title}}</h3>
<p>{{error}}</p>
{% endblock %}