templates/registration/registration_complete.html
author Nishanth Amuluru <nishanth@fossee.in>
Fri, 07 Jan 2011 13:46:11 +0530
changeset 292 b3f4888a78a1
parent 270 df56daf2178e
permissions -rw-r--r--
added url to serve css as a static page

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