Changeset ca21c49 for asadb/forms


Ignore:
Timestamp:
Oct 15, 2011, 2:13:18 PM (14 years ago)
Author:
Alex Dehnert <adehnert@…>
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)
Message:

Punt some useless commented code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/forms/views.py

    r0b72bfd rca21c49  
    438438        return group_updates
    439439
    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 context
    448 
    449440
    450441@permission_required('groups.view_group_private_info')
Note: See TracChangeset for help on using the changeset viewer.