source: asadb/template/forms/select.html

space-accessstablestage
Last change on this file was bda4d86, checked in by Alex Dehnert <adehnert@…>, 13 years ago

Finish support for group membership update cycles

The revised workflow is that you visit a group selection page, and select a
group to update. That checks authz (ASA-#169) and then loads any old update in
the appropriate cycle (ASA-#27).

  • Property mode set to 100644
File size: 325 bytes
RevLine 
[90afb00]1{% extends "base.html" %}
2
3{% block title %}Select Group{% endblock %}
4{% block content %}
5
[bda4d86]6<h2>{{title}}</h2>
7
8{% if msg %}<p>{{msg}}</p>{%endif%}
[90afb00]9
10<form method="post" action="">
[c9d8369]11{% csrf_token %}
[90afb00]12<table>
13{{ form.as_table }}
14<tr><td></td><td><input type='submit' value='Proceed' /></td></tr>
15</table>
16</form>
17
18{% endblock %}
Note: See TracBrowser for help on using the repository browser.