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

« back to all changes in this revision

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

  • Committer: Nick Chadwick
  • Date: 2009-03-08 06:07:16 UTC
  • mto: (1099.1.227 exercise-ui)
  • mto: This revision was merged to the branch mainline in revision 1162.
  • Revision ID: chadnickbok@gmail.com-20090308060716-f3i65yqr9otr7p5n
Exercise UI is now ready to be merged into trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
509
509
    def populate(self, req, ctx):
510
510
        self.plugin_styles[Plugin] = ['exercise_admin.css']
511
511
        self.plugin_scripts[Plugin] = ['exercise_admin.js']
 
512
            
 
513
        ctx['mediapath'] = media_url(req, Plugin, 'images/')
512
514
        
513
515
        ctx['exercise'] = self.context
514
516
        #XXX: These should come from somewhere else