templates/logout.html
author nishanth
Mon, 26 Jul 2010 17:38:50 +0530
branchanoop
changeset 174 d979d1bc1c4e
parent 69 5ae81766e3e5
permissions -rw-r--r--
removed "2" from acco_choices and made corresponding change in view
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
69
5ae81766e3e5 added templates for login and logout
nishanth
parents:
diff changeset
     1
{% extends 'base.html' %}
5ae81766e3e5 added templates for login and logout
nishanth
parents:
diff changeset
     2
{% block title %}
5ae81766e3e5 added templates for login and logout
nishanth
parents:
diff changeset
     3
Sage Days 25 - Logout
5ae81766e3e5 added templates for login and logout
nishanth
parents:
diff changeset
     4
{% endblock %}
5ae81766e3e5 added templates for login and logout
nishanth
parents:
diff changeset
     5
{% block content %}
5ae81766e3e5 added templates for login and logout
nishanth
parents:
diff changeset
     6
You have been successfully logged out
5ae81766e3e5 added templates for login and logout
nishanth
parents:
diff changeset
     7
{% endblock %}