templates/sent_acco_confirm.html
branchanoop
changeset 159 f2f389e688fb
equal deleted inserted replaced
158:f39310ac2245 159:f2f389e688fb
       
     1 {% extends 'base.html' %}
       
     2 {% block title %}
       
     3 Sent Accomodation 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_acco_cnf">Return to previous page</a>
       
    13 {% endblock %}