Changeset 9ea4909 for asadb/template


Ignore:
Timestamp:
Aug 24, 2011, 10:44:20 PM (15 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, space-access, stable, stage, test-hooks
Children:
6a646ce
Parents:
7b57a9b
git-author:
Alex Dehnert <adehnert@…> (08/24/11 22:34:43)
git-committer:
Alex Dehnert <adehnert@…> (08/24/11 22:44:20)
Message:

Allow filtering the groups for the signatory list

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/template/groups/groups_signatories.html

    r3107c52 r9ea4909  
    55
    66<h1>Signatory list</h1>
     7
     8<h2>Search</h2>
     9
     10<form action="" method="get">
     11    <table class='pretty-table'>
     12    {{ filter.form.as_table }}
     13    </table>
     14    <input type="submit" value="Search" />
     15</form>
     16
     17<h2>The Groups</h2>
    718
    819{% if changes %}
Note: See TracChangeset for help on using the changeset viewer.