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

« back to all changes in this revision

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

ivle.dispatch: Reorder things in plugins_HACK to fix wildcards clobbering
    non-wildcards.
ivle.webapp.admin.subject#Plugin: Fix a route to point to the right view.

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
    urls = [
87
87
        ('subjects/', SubjectsView),
88
88
        ('subjects/:subject', SubjectView, {'path': ''}),
89
 
        ('subjects/:subject/*(path)', SubjectsView),
 
89
        ('subjects/:subject/*(path)', SubjectView),
90
90
    ]