templates/sent_sgd_confirm.html
author anoop
Thu, 05 Aug 2010 00:14:17 +0530
branchanoop
changeset 211 a098e677b5a0
parent 116 54ced1b9e010
permissions -rw-r--r--
changed last date for confirmation+added exception.

{% extends 'base.html' %}
{% block title %}
Sent Sage Days Participaton 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_sgd_cnf">Return to previous page</a>
{% endblock %}