src/cm/templates/500.html
author Simon Descarpentries <sid@sopinspace.com>
Thu, 17 Apr 2014 18:38:19 +0200
changeset 637 71d87ca43d6a
parent 0 40c8f766c9b8
permissions -rw-r--r--
Integration of django testserver start in start-test-suite.sh

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

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