src/cm/templates/site/unauthorized.html
author raph
Wed, 24 Mar 2010 16:19:07 +0100
changeset 229 f6ae685b3097
parent 0 40c8f766c9b8
child 550 05b5e51e8823
permissions -rw-r--r--
add tracking HTML from configuration

{% extends "site/layout/base.html" %}
{% load i18n %}

{% block content %}
<h1>{% blocktrans %}Unauthorized{% endblocktrans %}</h1>


{% endblock %}