Files
mayan-edms/mayan/apps/appearance/templates/500.html
2018-04-30 01:47:31 -04:00

15 lines
455 B
HTML

{% extends 'appearance/base.html' %}
{% load i18n %}
{% block title %}{% trans 'Server error' %}{% endblock %}
{% block content %}
<div class="content">
<h3 class="title">{% trans 'Server error' %}</h3>
<div class="inner">
<p>{% trans "There's been an error. It's been reported to the site administrators via e-mail and should be fixed shortly. Thanks for your patience." %}</p>
</div>
</div>
{% endblock %}