diff 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
line wrap: on
line diff
--- a/templates/registration/activate.html	Sun Jun 27 21:56:57 2010 -0500
+++ b/templates/registration/activate.html	Mon Jun 28 03:00:01 2010 -0500
@@ -9,13 +9,13 @@
     {% if account %}
     <p>
       Account successfully activated. 
-      <a href="{% url auth_login%}">Click here</a> to log in.
+      <a href="{% url auth_login %}/">Click here</a> to log in.
     </p>
 
     {% else %}
 
     <p>
-      Account activation failed" %}
+      Account activation failed.
     </p>
 
     {% endif %}