pytask/templates/registration/logout.html
author Nishanth Amuluru <nishanth@fossee.in>
Sat, 08 Jan 2011 15:04:41 +0530
changeset 79 cc5b6f4ed823
parent 70 dca28aad6760
permissions -rw-r--r--
prettified the registration templates
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
24
d152c2211a3a Added templates for login and logout
Nishanth Amuluru <nishanth@fossee.in>
parents:
diff changeset
     1
{% extends 'base.html' %}
d152c2211a3a Added templates for login and logout
Nishanth Amuluru <nishanth@fossee.in>
parents:
diff changeset
     2
{% block content %}
79
cc5b6f4ed823 prettified the registration templates
Nishanth Amuluru <nishanth@fossee.in>
parents: 70
diff changeset
     3
You have successfully logged out.
24
d152c2211a3a Added templates for login and logout
Nishanth Amuluru <nishanth@fossee.in>
parents:
diff changeset
     4
<br><br>
d152c2211a3a Added templates for login and logout
Nishanth Amuluru <nishanth@fossee.in>
parents:
diff changeset
     5
{% endblock %}