{% extends "base.html" %}
{% block title %}: Error{% endblock %}
{% load typogrify %}
{% block content %}
{% filter typogrify %}
Oops.
Something seems to have gone wrong.
Please, before you do anything else, send an email to cendari-admins@gwdg.de and let them know:
If you were in the process of submitting new or changed material, you should be able to use your browser's "Back" button to get back to the filled-out form. You can then copy and paste your text into a separate text file to ensure it is not lost.
Thank you for your patience! We will fix this as soon as possible.
{% endfilter %} {% endblock %}