pytask/templates/registration/activation_complete.html
author Nishanth Amuluru <nishanth@fossee.in>
Tue, 11 Jan 2011 00:23:47 +0530
changeset 134 563fe356947d
parent 79 cc5b6f4ed823
permissions -rw-r--r--
created browse textbooks page

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