Only allow users to add NPC or Player characters.
[matthijs/projects/xerxes.git] / templates / 500.html
1 {% extends "base/base.html" %}
2 {% load i18n %}
3 {% load encode_email %}
4
5 {% block content %}
6 {% with "xerxes@evolution-events.nl" as email %}
7 <h1>{% trans "Server error" %}</h1>
8 {% blocktrans with email|encode_string|safe as email %}
9 There was an error processing your request. Please try again, or send 
10 an <a href="mailto:{{ email }}">email</a>.
11 {% endblocktrans %}
12 {% endwith %}
13 {% endblock %}