templates/registration/activate.html
author Nishanth Amuluru <nishanth@fossee.in>
Fri, 07 Jan 2011 14:37:45 +0530
changeset 56 5aca9d92ccbb
parent 32 df56daf2178e
permissions -rw-r--r--
removed the css code from base.html and formatted the page properly

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