templates/logout.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Fri, 06 Aug 2010 15:11:47 +0530
branchanoop
changeset 221 b0fd3cb56e0b
parent 69 5ae81766e3e5
permissions -rw-r--r--
Modified template if tags to be compliant with Django 1.1 and not 1.2.

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