##// END OF EJS Templates
Added a help page.
Added a help page.

File last commit:

r152:402a3d7f default
r152:402a3d7f default
Show More
banned.html
10 lines | 248 B | text/html | HtmlLexer
{% extends "boards/static_base.html" %}
{% load i18n %}
{% block head %}
<title>{% trans "Banned" %}</title>
{% endblock %}
{% block staticcontent %}
{% trans 'Your IP address has been banned. Contact the administrator' %}
{% endblock %}