src/cm/templates/404.html
author gibus
Fri, 10 Aug 2012 16:12:29 +0200
changeset 460 2fdb7d095d5c
parent 0 40c8f766c9b8
permissions -rw-r--r--
Added import from XML file, including text, comments and attachments.

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