##// END OF EJS Templates
Fixed page 404 test. Added a cat image to the banned page.
Fixed page 404 test. Added a cat image to the banned page.

File last commit:

r181:fcbeb0b1 default
r181:fcbeb0b1 default
Show More
banned.html
11 lines | 326 B | text/html | HtmlLexer
{% extends "boards/static_base.html" %}
{% load i18n %}
{% block head %}
<title>{% trans "Banned" %}</title>
{% endblock %}
{% block staticcontent %}
<p><img src="{{ STATIC_URL }}images/banned.png" width="200" /></p>
<p>{% trans 'Your IP address has been banned. Contact the administrator' %}</p>
{% endblock %}