templates/sent_wsp_confirm.html
branchanoop
changeset 93 505989755cd8
equal deleted inserted replaced
92:9f305face605 93:505989755cd8
       
     1 {% extends 'base.html' %}
       
     2 {% block title %}
       
     3 Sent WSP 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_wsp_cnf">Return to previous page</a>
       
    13 {% endblock %}