2012-12-16 08:32:38 +00:00
|
|
|
<!-- extend base layout -->
|
|
|
|
{% extends "base.html" %}
|
|
|
|
|
|
|
|
{% block content %}
|
2013-02-01 05:48:20 +00:00
|
|
|
<h1>{{ _('An unexpected error has occurred') }}</h1>
|
|
|
|
<p>{{ _('The administrator has been notified. Sorry for the inconvenience!') }}</p>
|
|
|
|
<p><a href="{{url_for('index')}}">{{ _('Back') }}</a></p>
|
2012-12-16 08:32:38 +00:00
|
|
|
{% endblock %}
|