src/cm/templates/site/unauthorized.html
author gibus
Wed, 25 Apr 2012 09:25:39 +0200
changeset 414 ef8b166a0993
parent 0 40c8f766c9b8
child 550 05b5e51e8823
permissions -rw-r--r--
Adds image button in rich text editor for HTML.

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

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


{% endblock %}