src/cm/templates/500.html
author raph
Wed, 25 Nov 2009 09:34:10 +0100
changeset 7 548c727b8dc2
parent 0 40c8f766c9b8
permissions -rw-r--r--
FIX: unicode (and commenting) in notification logging

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

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