src/cm/templates/500.html
author raph
Fri, 15 Jan 2010 11:15:51 +0100
changeset 86 f3475a0fd37d
parent 0 40c8f766c9b8
permissions -rw-r--r--
how to contribute without using mercurial

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

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