src/cm/templates/site/unauthorized.html
author raph
Mon, 26 Jul 2010 14:16:21 +0200
changeset 301 6e8fb4869d50
parent 0 40c8f766c9b8
child 550 05b5e51e8823
permissions -rw-r--r--
fix: use 'keep_comments' parameter when editing text

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

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


{% endblock %}