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

« back to all changes in this revision

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

  • Committer: William Grant
  • Date: 2009-12-10 02:38:01 UTC
  • mfrom: (1394.2.15 test-exercise)
  • Revision ID: grantw@unimelb.edu.au-20091210023801-mmbkfawdwbmvmoli
Add an ExerciseView, allowing testing of an exercise before adding it to a worksheet. Also some exercise editor UI tweaks.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
    @property
24
24
    def url(self):
25
 
        return self.req.publisher.generate(self.context, None, '+edit')
 
25
        return self.req.publisher.generate(self.context)
26
26
 
27
27
    @property
28
28
    def text(self):