Ignore:
Timestamp:
Jan 29, 2013, 7:48:03 PM (13 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, space-access, stable, stage
Children:
e2ceffa
Parents:
00017c8
git-author:
Alex Dehnert <adehnert@…> (01/29/13 19:48:03)
git-committer:
Alex Dehnert <adehnert@…> (01/29/13 19:48:03)
Message:

Use pagename "groups", not "group"

Apparently the space views had a typo in the tab that they selected.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/space/views.py

    rde2f0ac r67dd640  
    9090        'allow_edit': allow_edit,
    9191        'extras_indices': extras_indices,
    92         'pagename':'group',
     92        'pagename':'groups',
    9393    }
    9494    return render_to_response('space/manage-access.html', context, context_instance=RequestContext(request), )
     
    127127        'offices': office_assignments,
    128128        'lockers': locker_rooms,
    129         'pagename':'group',
     129        'pagename':'groups',
    130130    }
    131131    return render_to_response('space/summary.html', context, context_instance=RequestContext(request), )
Note: See TracChangeset for help on using the changeset viewer.