templates/registration/registration_complete.html
author Nishanth Amuluru <nishanth@fossee.in>
Sat, 08 Jan 2011 02:02:01 +0530
changeset 68 5ff1fc726848
parent 32 df56daf2178e
permissions -rw-r--r--
prettified the page

{% extends 'base.html' %}
{% block content %}
Please check your email for instructions on activating your account.
{% endblock %}