pytask/templates/registration/logout.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Tue, 01 Feb 2011 15:09:44 +0530
changeset 548 53b0071346c4
parent 317 cc5b6f4ed823
permissions -rw-r--r--
comma in the display list should not appear after last tag element.
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 %}