diff templates/registration/registration_complete.html @ 23:d9658d30b814

Implement initial user registration and authentication. Still way buggy.
author Jordi Gutiérrez Hermoso <jordigh@gmail.com>
date Sun, 27 Jun 2010 21:56:57 -0500
parents
children e019ca8e14f6
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/registration/registration_complete.html	Sun Jun 27 21:56:57 2010 -0500
@@ -0,0 +1,9 @@
+{% extends "controls.djhtml" %}
+{% block content %}
+<div class="whitebox">
+  <p>
+    Activation email sent. Please check your inbox to complete your
+    registration.
+  </p>
+</div>
+{% endblock %}