branch | anoop |
changeset 116 | 54ced1b9e010 |
115:c03a2b66ea09 | 116:54ced1b9e010 |
---|---|
1 {% extends 'base.html' %} |
|
2 {% block title %} |
|
3 Sent Sage Days Participaton Confirmation |
|
4 {% endblock %} |
|
5 {% block content %} |
|
6 Confirmation mail was sent to the following users |
|
7 <ul> |
|
8 {% for u in selected_users %} |
|
9 <li> {{u}} </li> |
|
10 {% endfor %} |
|
11 </ul> |
|
12 <a href="/sage_days/registration/send_sgd_cnf">Return to previous page</a> |
|
13 {% endblock %} |