comparison gpp/templates/antispam/blocked.html @ 472:7c3816d76c6c

Implement rate limiting on registration and login for #224.
author Brian Neal <bgneal@gmail.com>
date Thu, 25 Aug 2011 02:23:55 +0000
parents
children
comparison
equal deleted inserted replaced
471:d83296cac940 472:7c3816d76c6c
1 {% extends 'base.html' %}
2 {% load url from future %}
3 {% block title %}Blocked{% endblock %}
4 {% block content %}
5 <h2>Blocked</h2>
6 <p class="error">
7 Oops, we are detecting some strange behavior and are blocking this action. If you
8 feel this is an error, please feel to <a href="{% url 'contact-form' %}">contact us</a>
9 and let us know what you were doing on the site. Thank you.
10 </p>
11 {% endblock %}