templates/registration/registration_complete.html
author Nishanth Amuluru <nishanth@fossee.in>
Fri, 07 Jan 2011 13:18:09 +0530
changeset 50 869a9ab7e2df
parent 32 df56daf2178e
permissions -rw-r--r--
fixed few typos

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