space-accessstablestagetest-hooks
|
Last change
on this file was
2919697,
checked in by Alex Dehnert <adehnert@…>, 14 years ago
|
|
More work on group recognition forms
|
-
Property mode set to
100644
|
|
File size:
527 bytes
|
| Line | |
|---|
| 1 | {% extends "base.html" %} |
|---|
| 2 | {% load form_utils_tags %} |
|---|
| 3 | |
|---|
| 4 | {% block title %}Recognize non-group entity{% endblock %} |
|---|
| 5 | {% block content %} |
|---|
| 6 | |
|---|
| 7 | <h1>Recognize non-group entity</h1> |
|---|
| 8 | |
|---|
| 9 | {% if msg %} |
|---|
| 10 | <p>{{msg}}</p> |
|---|
| 11 | {% endif %} |
|---|
| 12 | |
|---|
| 13 | <p>Use this form to recognize a non-group entity that needs access to limited resources (for example, accounts via SAO), such as a dorm or subgroup.</p> |
|---|
| 14 | |
|---|
| 15 | <form enctype="multipart/form-data" method="post" action=""> |
|---|
| 16 | {% csrf_token %} |
|---|
| 17 | {{ form|render }} |
|---|
| 18 | <input type='submit' value='Recognize' /> |
|---|
| 19 | </form> |
|---|
| 20 | |
|---|
| 21 | {% endblock %} |
|---|
Note: See
TracBrowser
for help on using the repository browser.