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

« back to all changes in this revision

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

  • Committer: William Grant
  • Date: 2009-05-12 13:15:09 UTC
  • mto: This revision was merged to the branch mainline in revision 1247.
  • Revision ID: grantw@unimelb.edu.au-20090512131509-8h04w82hvohpfplw
Prettify the submissions table.

Show diffs side-by-side

added added

removed removed

Lines of Context:
239
239
                                       submission.path))
240
240
 
241
241
    def populate(self, req, ctx):
 
242
        self.plugin_styles[Plugin] = ["project.css"]
 
243
 
242
244
        ctx['format_datetime_short'] = ivle.date.format_datetime_for_paragraph
243
245
        ctx['build_subversion_url'] = self.build_subversion_url
244
246
        ctx['svn_addr'] = req.config['urls']['svn_addr']