src/cm/templates/500.html
author gibus
Thu, 03 Oct 2013 10:11:23 +0200
changeset 539 8f332dd06c1e
parent 0 40c8f766c9b8
permissions -rw-r--r--
Fix missing alt attribute for img.

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

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