templates/sent_acco_confirm.html
author nishanth
Mon, 26 Jul 2010 17:38:50 +0530
branchanoop
changeset 174 d979d1bc1c4e
parent 159 f2f389e688fb
permissions -rw-r--r--
removed "2" from acco_choices and made corresponding change in view

{% 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 %}