~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to ivle/webapp/tos/__init__.py

  • Committer: William Grant
  • Date: 2010-02-11 09:09:53 UTC
  • Revision ID: grantw@unimelb.edu.au-20100211090953-592dk5jruwdg1qrq
Declare appropriate tabs on the rest of the views.

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
    Users with state 'no_agreement' see buttons to accept or decline.
66
66
    If a user has already accepted it, they just see a static page.
67
67
    """
68
 
 
 
68
    tab = 'users'
69
69
    allow_overlays = False
70
70
 
71
71
    def __init__(self, req, context, subpath=None):