templates/logout.html
author nishanhth
Thu, 22 Jul 2010 22:37:43 +0530
branchanoop
changeset 162 27dd4494e7b4
parent 69 5ae81766e3e5
permissions -rw-r--r--
created the mail event and added it in view for send_wsp_ptc

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