src/cm/templates/500.html
author raph
Thu, 15 Jul 2010 16:54:29 +0200
changeset 284 730dd9fb2c77
parent 0 40c8f766c9b8
permissions -rw-r--r--
simplification of security check: all unauthorized exceptions are dealt with by context processors

{% extends "site/layout/base.html" %}
{% load i18n %}
{% block content %}
<h1>500: {% blocktrans %}Server Error{% endblocktrans %}</h1>

{% blocktrans %}An error has occurred.{% endblocktrans %}
{% endblock %}