changeset 57:dfff0bfa2dc1

Add missing activation_complete.html registration template
author Jordi Gutiérrez Hermoso <jordigh@gmail.com>
date Sun, 13 Feb 2011 23:13:36 -0600
parents 9659998da890
children a9703864b18f
files templates/registration/activation_complete.html
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/registration/activation_complete.html	Sun Feb 13 23:13:36 2011 -0600
@@ -0,0 +1,7 @@
+{% extends "whitebox.djhtml" %}
+{% block boxcontents %}
+<p>
+  Activation complete. You can now proceed to 
+  <a href="{% url auth_login %}">log in to your new account.</a>
+</p>
+{% endblock %}