Changeset c297267 for asadb/template


Ignore:
Timestamp:
Oct 11, 2011, 7:41:37 PM (14 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, space-access, stable, stage, test-hooks
Children:
1ed7e51
Parents:
00d201c
git-author:
Alex Dehnert <adehnert@…> (10/11/11 17:08:00)
git-committer:
Alex Dehnert <adehnert@…> (10/11/11 19:41:37)
Message:

Cycle-based system for people's confirmation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/template/membership/confirm.html

    r3087933 rc297267  
    66<h2>Membership update</h2>
    77
     8{% if message %}
     9<div class='messagebox infobox'>
     10<p>{{message}}</p>
     11</div>
     12{% endif %}
     13
    814<p>
    915The ASA is attempting to verify that all currently recognized groups are active
     
    1218
    1319<p>
    14 Please select below the groups that you consider yourself a member of. (If you
    15 prefer, you can submit this form whenever one of your groups' leaders asks you
    16 to. Submitting again will not erase previous submissions.)
     20Please select below the groups that you consider yourself a member of. If you
     21come back to this form again, you'll be able to see all the groups you
     22previously submitted, and add new groups. However, you should be careful not to
     23deselect any groups.
    1724</p>
    1825
     
    2532</form>
    2633
     34{% if groups %}
     35<h3>Groups saved</h3>
     36<ul>
     37{% for group in groups %}
     38    <li>{{group}}</li>
     39{% endfor %}
     40</ul>
     41{% endif %}
     42
    2743{% endblock %}
Note: See TracChangeset for help on using the changeset viewer.