repo.or.cz
/
mailman-postorious.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Prepare for 1.3.3 release.
[mailman-postorious.git]
/
src
/
postorius
/
templates
/
403.html
blob
054c6d1f59920c2fb5af4e2802c6b7b98dba4d4f
1
{% extends
"postorius/base.html"
%}
2
{% load i18n %}
3
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 %}