Prepare for 1.3.3 release.
[mailman-postorious.git] / src / postorius / templates / 403.html
blob054c6d1f59920c2fb5af4e2802c6b7b98dba4d4f
1 {% extends "postorius/base.html" %}
2 {% load i18n %}
4 {% block content %}
5 <h1>{% trans 'Forbidden' %}</h1>
6 <div class="alert alert-danger">{% trans "You do not have permissions to visit this page." %}</div>
7 {% endblock %}