src/cm/templates/404.html
author gibus
Fri, 27 Jan 2012 11:37:22 +0100
changeset 397 eba2e55eb437
parent 0 40c8f766c9b8
permissions -rw-r--r--
Fix selection of amath elements

{% extends "site/layout/base.html" %}
{% load i18n %}
{% block content %}
<h1>404: {% blocktrans %}Page not found{% endblocktrans %}</h1>

{% blocktrans %}The requested page could not be found.{% endblocktrans %}
{% endblock %}