src/cm/templates/500.html
author gibus
Thu, 31 Jan 2013 14:52:48 +0100
changeset 496 c3df46754007
parent 0 40c8f766c9b8
permissions -rw-r--r--
Fixes crash when editing, apparently when comment spans on multiple text nodes.

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

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