src/cm/templates/404.html
author raph
Thu, 25 Mar 2010 15:00:58 +0100
changeset 230 fb1a2dfb473d
parent 0 40c8f766c9b8
permissions -rw-r--r--
refactor arg passing between frames

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