templates/account_activated.html
author nishanth
Tue, 13 Apr 2010 14:58:10 +0530
changeset 30 b85cb9cc9010
parent 24 31d37d0cf557
child 46 ff5f34e42aec
permissions -rw-r--r--
now closing registration code is a lil better .
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 %}