src/cm/templates/500.html
author gibus
Thu, 24 May 2012 10:03:52 +0200
changeset 440 0d2d10bc47bd
parent 0 40c8f766c9b8
permissions -rw-r--r--
Adds generic getElementsByClassName for IE compatibility.

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

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