src/cm/templates/404.html
author raph
Thu, 04 Mar 2010 17:17:46 +0100
changeset 203 84b8af5ed884
parent 0 40c8f766c9b8
permissions -rw-r--r--
add class to home page table

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