src/cm/templates/404.html
author gibus
Mon, 18 Nov 2013 17:31:53 +0100
changeset 564 dc415eb33a3f
parent 0 40c8f766c9b8
permissions -rw-r--r--
Fix error sending notification to no email.

{% 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 %}