Changeset 8708a86 for asadb/template


Ignore:
Timestamp:
Mar 31, 2012, 3:12:55 PM (14 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, space-access, stable, stage
Children:
747c960
Parents:
d1a4706
git-author:
Alex Dehnert <adehnert@…> (03/31/12 06:06:20)
git-committer:
Alex Dehnert <adehnert@…> (03/31/12 15:12:55)
Message:

Basic reporting functionality

  • Allows picking your filter
  • Allows picking your fields
  • Does not allow displaying signatories
  • Does not allow sorting
  • Does not allow CSV output
Location:
asadb/template
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/template/index.html

    r9ec48f9 r8708a86  
    3333        <li><a href='{%url groups:list%}'>List of groups</a></li>
    3434        {%if perms.groups.view_signatories %}<li><a href='{% url groups:signatories %}'>View Signatories</a></li>{%endif%}
     35        {%if perms.groups.view_group_private_info %}<li><a href='{%url groups:reporting%}'>Reporting</a></li>{%endif%}
    3536        <li><a href='{%url groups:account-lookup%}'>Account lookup</a></li>
    3637    </ul></li>
Note: See TracChangeset for help on using the changeset viewer.