view 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 source

{% extends "controls.djhtml" %}
{% block content %}
<div class="whitebox">
  <p>
    Activation email sent. Please check your inbox to complete your
    registration.
  </p>
</div>
{% endblock %}