Nasma's picture
Upload 81 files
e612d7f verified
raw
history blame contribute delete
276 Bytes
{% extends "base.html" %}
{% block content %}
<h1>{{ _('An unexpected error has occurred') }}</h1>
<p>{{ _('The administrator has been notified. Sorry for the inconvenience!') }}</p>
<p><a href="{{ url_for('main.index') }}">{{ _('Back') }}</a></p>
{% endblock %}