templates/sent_sgd_confirm.html
branchanoop
changeset 116 54ced1b9e010
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/sent_sgd_confirm.html	Sat Jul 17 00:07:43 2010 +0530
@@ -0,0 +1,13 @@
+{% 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 %}