src/cm/templates/500.html
author Simon Descarpentries <sid@sopinspace.com>
Thu, 20 Feb 2014 18:15:22 +0100
changeset 581 d50d457e7e39
parent 0 40c8f766c9b8
permissions -rw-r--r--
rewritting of up to 102 tests, admin dashboard conformity

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

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