source: asadb/template/forms/select.html @ b42118c

space-accessstablestagetest-hooks
Last change on this file since b42118c was c9d8369, checked in by Alex Dehnert <adehnert@…>, 15 years ago

Add CSRF protections

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