templates/sent_wsp_confirm.html
author anoop
Tue, 03 Aug 2010 15:24:56 +0530
branchanoop
changeset 207 4a3c8ca0e9df
parent 93 505989755cd8
permissions -rw-r--r--
changed last date for late registrants.

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