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

« back to all changes in this revision

Viewing changes to ivle/webapp/admin/subject.py

  • Committer: Matt Giuca
  • Date: 2010-02-25 05:35:50 UTC
  • Revision ID: matt.giuca@gmail.com-20100225053550-wvmyy6hi4i3z0q9i
Project page: Added URL and deadline, so this page now shows all fields of the project. Fixes Launchpad bug #527560.

Show diffs side-by-side

added added

removed removed

Lines of Context:
756
756
        ctx['req'] = req
757
757
        ctx['GroupsView'] = GroupsView
758
758
        ctx['EnrolView'] = EnrolView
 
759
        ctx['format_datetime'] = ivle.date.make_date_nice
759
760
        ctx['format_datetime_short'] = ivle.date.format_datetime_for_paragraph
760
761
        ctx['build_subversion_url'] = self.build_subversion_url
761
762
        ctx['svn_addr'] = req.config['urls']['svn_addr']