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

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