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

« back to all changes in this revision

Viewing changes to ivle/webapp/base/views.py

  • Committer: William Grant
  • Date: 2012-06-28 01:52:02 UTC
  • Revision ID: me@williamgrant.id.au-20120628015202-f6ru7o367gt6nvgz
Hah

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
    """
24
24
 
25
25
    subpath_allowed = False
 
26
    offsite_posts_allowed = False
26
27
 
27
28
    def __init__(self, req, context, subpath=None):
28
29
        self.req = req