Changeset ca21c49 for asadb/forms
- Timestamp:
- Oct 15, 2011, 2:13:18 PM (14 years ago)
- Branches:
- master, space-access, stable, stage, test-hooks
- Children:
- 165e5aa, 5c77dea
- Parents:
- 654c9af
- git-author:
- Alex Dehnert <adehnert@…> (10/15/11 14:13:18)
- git-committer:
- Alex Dehnert <adehnert@…> (10/15/11 14:13:18)
- File:
-
- 1 edited
-
asadb/forms/views.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
asadb/forms/views.py
r0b72bfd rca21c49 438 438 return group_updates 439 439 440 #def get_context_data(self, **kwargs):441 # context = super(GroupHistoryView, self).get_context_data(**kwargs)442 # if 'pk' in self.kwargs:443 # group = get_object_or_404(groups.models.Group, pk=self.kwargs['pk'])444 # context['title'] = "History for %s" % (group.name, )445 # else:446 # context['title'] = "Recent Changes"447 # return context448 449 440 450 441 @permission_required('groups.view_group_private_info')
Note: See TracChangeset
for help on using the changeset viewer.