src/cm/templates/404.html
author raph
Mon, 22 Mar 2010 12:50:42 +0100
changeset 225 67e1a89d6bca
parent 0 40c8f766c9b8
permissions -rw-r--r--
refactor forgot pw function to use django methods / add password change page in profile / i18n update

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