pytask/templates/registration/activation_complete.html
author Nishanth Amuluru <nishanth@fossee.in>
Tue, 11 Jan 2011 11:56:34 +0530
changeset 139 4f0cfd486d9b
parent 79 cc5b6f4ed823
permissions -rw-r--r--
approve text book is meaningful now

{% extends 'base.html' %}
{% block content %}
Your account has been successfully activated.<br />
Please proceed to login.
{% endblock %}