comparison gpp/templates/antispam/suspended.html @ 310:daa2916f5b34

Fixing 145; New url tag behavior (forwards compatibility) in Django 1.3.
author Brian Neal <bgneal@gmail.com>
date Thu, 20 Jan 2011 04:03:48 +0000
parents 8c1832b9d815
children
comparison
equal deleted inserted replaced
309:8a0bae48b6ca 310:daa2916f5b34
1 {% extends 'base.html' %} 1 {% extends 'base.html' %}
2 {% load url from future %}
2 {% block title %}Account Suspension Status{% endblock %} 3 {% block title %}Account Suspension Status{% endblock %}
3 {% block content %} 4 {% block content %}
4 <h2>Account Suspension Status</h2> 5 <h2>Account Suspension Status</h2>
5 {% if not is_active %} 6 {% if not is_active %}
6 <p class="error"> 7 <p class="error">
7 Your post has tripped our spam filter. Your account has been suspended pending 8 Your post has tripped our spam filter. Your account has been suspended pending
8 a review of your post. If this was a mistake, we sincerely apologize and promise 9 a review of your post. If this was a mistake, we sincerely apologize and promise
9 your account will be restored soon. We regret having to take this drastic measure, but 10 your account will be restored soon. We regret having to take this drastic measure, but
10 the high volume of spam we recieve has forced us to take this action. If you have any 11 the high volume of spam we recieve has forced us to take this action. If you have any
11 questions, please feel to <a href="{% url contact-form %}">contact us</a>. 12 questions, please feel to <a href="{% url 'contact-form' %}">contact us</a>.
12 </p> 13 </p>
13 {% else %} 14 {% else %}
14 <p class="success"> 15 <p class="success">
15 Your account has been restored and you should be able to make comments and forum 16 Your account has been restored and you should be able to make comments and forum
16 posts. We apologize for any inconvenience. 17 posts. We apologize for any inconvenience.