src/cm/templates/site/unauthorized.html
author Production Moz <dev@sopinspace.com>
Wed, 04 Sep 2013 22:11:01 +0200
changeset 529 5eeed336b992
parent 0 40c8f766c9b8
child 550 05b5e51e8823
permissions -rw-r--r--
Filter by category should also be tested for undefined (and not just empty string) in case no category has been defined.

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

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


{% endblock %}