client
Last change
on this file was
f7dd5e7,
checked in by Alex Dehnert <adehnert@…>, 15 years ago
|
Let voucher recipients see requests as well
|
-
Property mode set to
100644
|
File size:
240 bytes
|
Line | |
---|
1 | {% extends "base.html" %} |
---|
2 | |
---|
3 | {% block title %}403 Forbidden{% endblock %} |
---|
4 | {% block content %} |
---|
5 | |
---|
6 | <h2>403 Forbidden</h2> |
---|
7 | |
---|
8 | <p>You tried to visit a page that was forbidden. Sorry.</p> |
---|
9 | |
---|
10 | {% if errmsg %} |
---|
11 | <p>{{errmsg}}</p> |
---|
12 | {% endif %} |
---|
13 | |
---|
14 | {% endblock %} |
---|
Note: See
TracBrowser
for help on using the repository browser.