src/cm/templates/404.html
author gibus
Thu, 03 Oct 2013 10:11:23 +0200
changeset 539 8f332dd06c1e
parent 0 40c8f766c9b8
permissions -rw-r--r--
Fix missing alt attribute for img.

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