pytask/templates/registration/logout.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Fri, 04 Feb 2011 16:38:21 +0530
changeset 558 fd3e6f5f01bd
parent 317 cc5b6f4ed823
permissions -rw-r--r--
Use the form helpers templatetag module in the addreviewer template.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
262
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 %}
317
cc5b6f4ed823 prettified the registration templates
Nishanth Amuluru <nishanth@fossee.in>
parents: 308
diff changeset
     3
You have successfully logged out.
262
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 %}