author | nishanth |
Tue, 20 Jul 2010 12:59:40 +0530 | |
branch | anoop |
changeset 143 | a752dc99e23c |
parent 116 | 54ced1b9e010 |
permissions | -rw-r--r-- |
{% 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 %}