Changeset bae2a5f for asadb/template/groups/group_detail.html
- Timestamp:
- Jun 21, 2012, 3:38:52 AM (13 years ago)
- Branches:
- master, space-access, stable, stage
- Children:
- 9a2cd17
- Parents:
- b8d924e
- git-author:
- Alex Dehnert <adehnert@…> (06/21/12 03:38:52)
- git-committer:
- Alex Dehnert <adehnert@…> (06/21/12 03:38:52)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
asadb/template/groups/group_detail.html
rb38a26a rbae2a5f 144 144 145 145 {% if perms.groups.add_groupnote %} 146 <p><a href='{% url admin:groups_groupnote_add %} '>Add note</a></p>146 <p><a href='{% url admin:groups_groupnote_add %}?author={{user.username|urlencode}}&group={{group.pk}}'>Add note</a></p> 147 147 {% endif %} 148 148
Note: See TracChangeset
for help on using the changeset viewer.