Changeset c297267 for asadb/template
- Timestamp:
- Oct 11, 2011, 7:41:37 PM (14 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
asadb/template/membership/confirm.html
r3087933 rc297267 6 6 <h2>Membership update</h2> 7 7 8 {% if message %} 9 <div class='messagebox infobox'> 10 <p>{{message}}</p> 11 </div> 12 {% endif %} 13 8 14 <p> 9 15 The ASA is attempting to verify that all currently recognized groups are active … … 12 18 13 19 <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.) 20 Please select below the groups that you consider yourself a member of. If you 21 come back to this form again, you'll be able to see all the groups you 22 previously submitted, and add new groups. However, you should be careful not to 23 deselect any groups. 17 24 </p> 18 25 … … 25 32 </form> 26 33 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 27 43 {% endblock %}
Note: See TracChangeset
for help on using the changeset viewer.