templates/sent_wsp_confirm.html
author nishanth
Fri, 16 Jul 2010 10:39:55 +0530
branchanoop
changeset 106 39b0b9a71778
parent 93 505989755cd8
permissions -rw-r--r--
confirm wsp_participation view is complete now

{% 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 %}