Changeset d8290de


Ignore:
Timestamp:
Aug 9, 2011, 3:05:04 AM (14 years ago)
Author:
Alex Dehnert <adehnert@…>
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)
Message:

Add blank space between hunks of groups.views

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/groups/views.py

    r9b911db rd8290de  
    134134    return render_to_response('groups/group_change_main.html', context, context_instance=RequestContext(request), )
    135135
     136
    136137class GroupDetailView(DetailView):
    137138    context_object_name = "group"
     
    145146        context['viewpriv'] = self.request.user.has_perm('groups.view_group_private_info', group)
    146147        return context
     148
    147149
    148150class GroupHistoryView(ListView):
Note: See TracChangeset for help on using the changeset viewer.