##// END OF EJS Templates
Fixed banned image
neko259 -
r1733:2f35ba25 default
parent child Browse files
Show More
@@ -1,13 +1,14 b''
1 {% extends "boards/static_base.html" %}
1 {% extends "boards/static_base.html" %}
2
2
3 {% load i18n %}
3 {% load i18n %}
4 {% load static %}
4
5
5 {% block head %}
6 {% block head %}
6 <title>{% trans "Banned" %}</title>
7 <title>{% trans "Banned" %}</title>
7 {% endblock %}
8 {% endblock %}
8
9
9 {% block staticcontent %}
10 {% block staticcontent %}
10 <p><img src="{{ STATIC_URL }}images/banned.png" width="200" /></p>
11 <p><img src="{% static 'images/banned.png' %}" width="200" /></p>
11 <p>{% trans 'Your IP address has been banned. Contact the administrator' %}</p>
12 <p>{% trans 'Your IP address has been banned. Contact the administrator' %}</p>
12 <p>{{ ban_reason }}</p>
13 <p>{{ ban_reason }}</p>
13 {% endblock %} No newline at end of file
14 {% endblock %}
General Comments 0
You need to be logged in to leave comments. Login now