templates/sent_wsp_confirm.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Fri, 06 Aug 2010 14:24:00 +0530
branchanoop
changeset 215 363d51e2cfa5
parent 93 505989755cd8
permissions -rw-r--r--
Development settings will run Mail server on 1025 port.

{% extends 'base.html' %}
{% block title %}
Sent WSP Confirmation
{% endblock %}
{% block content %}
Confirmation mail was sent to the following users
<ul>
{%  for u in selected_users %}
<li> {{u}} </li>
{% endfor %}
</ul>
<a href="/sage_days/registration/send_wsp_cnf">Return to previous page</a>
{% endblock %}