src/cm/templates/404.html
author ymh <ymh.work@gmail.com>
Sun, 23 Feb 2014 20:29:37 +0000
changeset 586 59cddf254ebd
parent 0 40c8f766c9b8
permissions -rw-r--r--
fix django-tagging version + correct wsgi.py

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