templates/registration/activate.html
author anoop
Tue, 23 Feb 2010 13:14:18 +0530
changeset 56 05e10eccd515
parent 43 b5b9a4fc508f
permissions -rw-r--r--
added message while logging off and removed back button from templates/base.html.

{% extends 'base.html' %}
{% block content %}
Your account has been successfully activated.
{% endblock %}