Changeset d8290de
- Timestamp:
- Aug 9, 2011, 3:05:04 AM (14 years ago)
- Branches:
- master, space-access, stable, stage, test-hooks
- Children:
- a96622c
- Parents:
- 9b911db
- git-author:
- Alex Dehnert <adehnert@…> (08/09/11 03:05:04)
- git-committer:
- Alex Dehnert <adehnert@…> (08/09/11 03:05:04)
- File:
-
- 1 edited
-
asadb/groups/views.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
asadb/groups/views.py
r9b911db rd8290de 134 134 return render_to_response('groups/group_change_main.html', context, context_instance=RequestContext(request), ) 135 135 136 136 137 class GroupDetailView(DetailView): 137 138 context_object_name = "group" … … 145 146 context['viewpriv'] = self.request.user.has_perm('groups.view_group_private_info', group) 146 147 return context 148 147 149 148 150 class GroupHistoryView(ListView):
Note: See TracChangeset
for help on using the changeset viewer.