author | Madhusudan.C.S <madhusudancs@gmail.com> |
Fri, 06 Aug 2010 15:11:01 +0530 | |
branch | anoop |
changeset 220 | 1ecfbc16a70d |
parent 159 | f2f389e688fb |
permissions | -rw-r--r-- |
{% extends 'base.html' %} {% block title %} Sent Accomodation 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_acco_cnf">Return to previous page</a> {% endblock %}