templates/logout.html
author nishanth
Thu, 15 Jul 2010 01:06:32 +0530
branchanoop
changeset 93 505989755cd8
parent 69 5ae81766e3e5
permissions -rw-r--r--
modified the form and implemented the view to display selected users

{% extends 'base.html' %}
{% block title %}
Sage Days 25 - Logout
{% endblock %}
{% block content %}
You have been successfully logged out
{% endblock %}