comparison templates/registration/activate.html @ 24:2e7226e90157

Many fixes. See detailed description. - Style errors - Writer proper 404 and 500 templates - Make login page redirect back to page being viewed (still buggy?) - Provide a brief blurb about Agora - Use tables for registration and login forms (need to be styled) - Fix typos, grammatical errors. - Don't use .djhtml extension for some templates
author Jordi Gutiérrez Hermoso <jordigh@gmail.com>
date Mon, 28 Jun 2010 03:00:01 -0500
parents d9658d30b814
children d534172de5d5
comparison
equal deleted inserted replaced
23:d9658d30b814 24:2e7226e90157
7 </h3> 7 </h3>
8 <div class="whitebox"> 8 <div class="whitebox">
9 {% if account %} 9 {% if account %}
10 <p> 10 <p>
11 Account successfully activated. 11 Account successfully activated.
12 <a href="{% url auth_login%}">Click here</a> to log in. 12 <a href="{% url auth_login %}/">Click here</a> to log in.
13 </p> 13 </p>
14 14
15 {% else %} 15 {% else %}
16 16
17 <p> 17 <p>
18 Account activation failed" %} 18 Account activation failed.
19 </p> 19 </p>
20 20
21 {% endif %} 21 {% endif %}
22 22
23 </div> 23 </div>