src/ldt/ldt/templates/403.html
author cavaliet
Thu, 16 Oct 2014 16:18:08 +0200
changeset 1329 404fd8b88a57
parent 1187 73403060f297
permissions -rw-r--r--
v1.53.14
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
860
9f20aab419de Images and templates for the error pages
grandjoncl
parents:
diff changeset
     1
{% extends "ldt/ldt_base.html" %}
9f20aab419de Images and templates for the error pages
grandjoncl
parents:
diff changeset
     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
9f20aab419de Images and templates for the error pages
grandjoncl
parents:
diff changeset
     4
{% block content %}
9f20aab419de Images and templates for the error pages
grandjoncl
parents:
diff changeset
     5
<div style="text-align:center;vertical-align:middle;">
9f20aab419de Images and templates for the error pages
grandjoncl
parents:
diff changeset
     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
9f20aab419de Images and templates for the error pages
grandjoncl
parents:
diff changeset
     8
	<br>
9f20aab419de Images and templates for the error pages
grandjoncl
parents:
diff changeset
     9
	<h1>{% trans "You don't have the right permission to access this page" %}</h1>
9f20aab419de Images and templates for the error pages
grandjoncl
parents:
diff changeset
    10
</div>
9f20aab419de Images and templates for the error pages
grandjoncl
parents:
diff changeset
    11
{% endblock %}