templates/account_activated.html
author nishanth
Thu, 15 Apr 2010 14:15:44 +0530
changeset 42 0f926874a695
parent 24 31d37d0cf557
child 46 ff5f34e42aec
permissions -rw-r--r--
added the files I forgot to add in previous commit
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
24
31d37d0cf557 account activated template .
nishanth
parents:
diff changeset
     1
{% extends "base.html" %}
31d37d0cf557 account activated template .
nishanth
parents:
diff changeset
     2
{% block content %}
31d37d0cf557 account activated template .
nishanth
parents:
diff changeset
     3
Your account has been activated.
31d37d0cf557 account activated template .
nishanth
parents:
diff changeset
     4
{% endblock %}