pytask/templates/registration/logged_out.html
author Nishanth Amuluru <nishanth@fossee.in>
Wed, 12 Jan 2011 00:22:27 +0530
changeset 149 32dd15eaf9d0
parent 79 cc5b6f4ed823
permissions -rw-r--r--
fixed a bug where guest users were not able to view the page correctly
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
{% load i18n %}
d152c2211a3a Added templates for login and logout
Nishanth Amuluru <nishanth@fossee.in>
parents:
diff changeset
     3
d152c2211a3a Added templates for login and logout
Nishanth Amuluru <nishanth@fossee.in>
parents:
diff changeset
     4
{% block breadcrumbs %}<div class="breadcrumbs"><a href="../">{% trans 'Home' %}</a></div>{% endblock %}
d152c2211a3a Added templates for login and logout
Nishanth Amuluru <nishanth@fossee.in>
parents:
diff changeset
     5
d152c2211a3a Added templates for login and logout
Nishanth Amuluru <nishanth@fossee.in>
parents:
diff changeset
     6
{% block content %}
d152c2211a3a Added templates for login and logout
Nishanth Amuluru <nishanth@fossee.in>
parents:
diff changeset
     7
d152c2211a3a Added templates for login and logout
Nishanth Amuluru <nishanth@fossee.in>
parents:
diff changeset
     8
<p>{% trans "Thanks for spending some quality time with the Web site today." %}</p>
d152c2211a3a Added templates for login and logout
Nishanth Amuluru <nishanth@fossee.in>
parents:
diff changeset
     9
d152c2211a3a Added templates for login and logout
Nishanth Amuluru <nishanth@fossee.in>
parents:
diff changeset
    10
d152c2211a3a Added templates for login and logout
Nishanth Amuluru <nishanth@fossee.in>
parents:
diff changeset
    11
{% endblock %}