pytask/templates/registration/activate.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Sat, 05 Feb 2011 03:24:52 +0530
changeset 559 96e8e65a3738
parent 475 5199fd1a12bb
permissions -rw-r--r--
Display Pynts on task/textbook description page. Also make some style fixes.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
474
10ba21c3c2dc Adding activate.html as required by the django-registration protocol.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     1
{% extends "base.html" %}
10ba21c3c2dc Adding activate.html as required by the django-registration protocol.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     2
10ba21c3c2dc Adding activate.html as required by the django-registration protocol.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     3
{% block content %}
10ba21c3c2dc Adding activate.html as required by the django-registration protocol.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     4
   The key provided for activation is invalid. This is either because
10ba21c3c2dc Adding activate.html as required by the django-registration protocol.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     5
   your account has already been activated or the activation key
10ba21c3c2dc Adding activate.html as required by the django-registration protocol.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     6
   has expired. If you have already activated your account please
10ba21c3c2dc Adding activate.html as required by the django-registration protocol.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     7
   proceed to login. If you have not activated, then please contact
10ba21c3c2dc Adding activate.html as required by the django-registration protocol.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     8
   "Madhusudan C.S. <madhusudancs@fossee.in>" to activate the account.<br />
10ba21c3c2dc Adding activate.html as required by the django-registration protocol.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     9
{% endblock %}