src/cm/templates/404.html
author raph
Thu, 15 Jul 2010 16:55:31 +0200
changeset 285 1070d52adc11
parent 0 40c8f766c9b8
permissions -rw-r--r--
propagates query string parameters when login in (so that link with direct coment id are properly propagated)

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