src/cm/templates/404.html
author Production Moz <dev@sopinspace.com>
Wed, 03 Apr 2013 18:42:42 +0200
changeset 503 7ae7573ed7f1
parent 0 40c8f766c9b8
permissions -rw-r--r--
Add can_edit_comment_own to Individual student (similar to changeset 359 for generic model).

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