templates/logout.html
author nishanth
Tue, 20 Jul 2010 12:59:40 +0530
branchanoop
changeset 143 a752dc99e23c
parent 69 5ae81766e3e5
permissions -rw-r--r--
added link to sprint_info and created a basic template

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