templates/logout.html
author nishanth
Thu, 15 Jul 2010 14:58:43 +0530
branchanoop
changeset 100 17e35783c8d6
parent 69 5ae81766e3e5
permissions -rw-r--r--
fixed a bug

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