templates/registration/activate.html
author anoop
Mon, 08 Mar 2010 20:06:40 +0530
changeset 213 a01078a9bbcf
parent 43 b5b9a4fc508f
permissions -rw-r--r--
send/create notification when a new account is created.

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