| author | cavaliet |
| Thu, 16 Oct 2014 16:18:08 +0200 | |
| changeset 1329 | 404fd8b88a57 |
| parent 1187 | 73403060f297 |
| permissions | -rw-r--r-- |
| 860 | 1 |
{% extends "ldt/ldt_base.html" %} |
2 |
{% load i18n %} |
|
|
1187
73403060f297
remove absstatic and goes back to static
ymh <ymh.work@gmail.com>
parents:
995
diff
changeset
|
3 |
{% load static %} |
| 860 | 4 |
{% block content %} |
5 |
<div style="text-align:center;vertical-align:middle;"> |
|
6 |
<h1>{% trans '403 error' %}</h1> |
|
|
1187
73403060f297
remove absstatic and goes back to static
ymh <ymh.work@gmail.com>
parents:
995
diff
changeset
|
7 |
<img src='{% static "ldt/img/403_gandalf.gif" %}'alt="Gif 404" style="display:block;margin:auto;vertical-align:middle;"/> |
| 860 | 8 |
<br> |
9 |
<h1>{% trans "You don't have the right permission to access this page" %}</h1> |
|
10 |
</div> |
|
11 |
{% endblock %} |