banned.html
10 lines
| 248 B
| text/html
|
HtmlLexer
neko259
|
r152 | {% 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 %} |