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

« back to all changes in this revision

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

  • Committer: William Grant
  • Date: 2009-03-26 10:12:18 UTC
  • mto: (1165.3.1 submissions)
  • mto: This revision was merged to the branch mainline in revision 1174.
  • Revision ID: grantw@unimelb.edu.au-20090326101218-ilh28dl5o1i7kt76
Disable project radio buttons if they are closed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
103
103
        ctx['favicon'] = None
104
104
        ctx['root_dir'] = ivle.conf.root_dir
105
105
        ctx['public_host'] = ivle.conf.public_host
106
 
        ctx['svn_base'] = ivle.conf.svn_addr
107
106
        ctx['write_javascript_settings'] = req.write_javascript_settings
108
107
        if req.user:
109
108
            ctx['login'] = req.user.login