Changeset 169ad5a
- Timestamp:
- Jan 2, 2013, 4:29:11 AM (13 years ago)
- Branches:
- master, space-access, stable, stage
- Children:
- bfa60e8
- Parents:
- edb47bb
- git-author:
- Alex Dehnert <adehnert@…> (01/02/13 04:29:11)
- git-committer:
- Alex Dehnert <adehnert@…> (01/02/13 04:29:11)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
asadb/groups/views.py
rc80e9a2 r169ad5a 88 88 context = super(GroupDetailView, self).get_context_data(**kwargs) 89 89 group = context['group'] 90 context['pagename'] = "groups" 90 91 91 92 # Indicate whether this person should be able to see "private" info … … 213 214 'form': form, 214 215 'msg': msg, 216 'pagename': "groups", 215 217 } 216 218 return render_to_response('groups/group_change_main.html', context, context_instance=RequestContext(request), ) … … 490 492 officers_data.append((True, "extra.%d" % (i, ), "", null_role_list)) 491 493 context['officers'] = officers_data 494 context['pagename'] = "groups" 492 495 493 496 return render_to_response('groups/group_change_officers.html', context, context_instance=RequestContext(request), ) … … 1023 1026 else: 1024 1027 context['title'] = "Recent Changes" 1028 context['pagename'] = 'groups' 1025 1029 return context 1026 1030
Note: See TracChangeset
for help on using the changeset viewer.