changeset 26:d534172de5d5

Fix typo in URL
author Jordi Gutiérrez Hermoso <jordigh@gmail.com>
date Mon, 28 Jun 2010 22:02:07 -0500
parents 7e31bce6ea7b
children e019ca8e14f6
files templates/registration/activate.html
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/templates/registration/activate.html	Mon Jun 28 09:42:57 2010 -0500
+++ b/templates/registration/activate.html	Mon Jun 28 22:02:07 2010 -0500
@@ -9,7 +9,7 @@
     {% 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 %}