~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-02-25 06:17:41 UTC
  • mto: (1099.1.227 exercise-ui)
  • mto: This revision was merged to the branch mainline in revision 1162.
  • Revision ID: chadnickbok@gmail.com-20090225061741-u4fzdxg6aiwyp153
working on making the exercise editor complete

Show diffs side-by-side

added added

removed removed

Lines of Context:
542
542
        
543
543
        # Exercise Api Urls
544
544
        ('api/+exercises', ExercisesRESTView),
545
 
        ('api/+exercises/*exercise/+edit', ExerciseRESTView),
 
545
        ('api/+exercises/*exercise', ExerciseRESTView),
546
546
    ]
547
547
 
548
548
    media = 'media'