src/cm/templates/404.html
author ymh <ymh.work@gmail.com>
Wed, 22 Jan 2014 16:56:18 +0100
changeset 584 9be5aaedfe6a
parent 0 40c8f766c9b8
permissions -rw-r--r--
add missing resources to buildout.cfg

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