templates/logout.html
author nishanth
Fri, 03 Sep 2010 16:04:54 +0530
branchanoop
changeset 236 af8cee5a0a27
parent 69 5ae81766e3e5
permissions -rw-r--r--
created a view to edit and update address

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