pytask/templates/registration/logout.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Sun, 30 Jan 2011 18:51:08 +0530
changeset 524 b942d6e3d204
parent 317 cc5b6f4ed823
permissions -rw-r--r--
Fix the font size of the text in input boxes.
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 %}