src/cm/templates/500.html
author gibus
Thu, 31 Jan 2013 14:54:54 +0100
changeset 498 31d3fbe0c9a2
parent 0 40c8f766c9b8
permissions -rw-r--r--
One debug line forgotten in previous commit.

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

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