blob: 8196c56135e5257d32b24406e589c5935cd31137 (
plain)
1
2
3
4
5
6
|
{% extends "base.html" %}
{% load i18n %}
{% block content %}
<p>{% trans "An error has occurred. A system administrator has been informed and will probably fix it soon." %}</p>
{% endblock %}
|