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

« back to all changes in this revision

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

Add tabs to the new framework. Move the app icons into the apps themselves.

Show diffs side-by-side

added added

removed removed

Lines of Context:
461
461
        ('api/subjects/:subject/+worksheets/:worksheet/*exercise', ExerciseRESTView),
462
462
    ]
463
463
 
 
464
    tabs = [
 
465
        ('tutorial', 'Worksheets',
 
466
         'Online tutorials and exercises for lab work.', 'tutorial.png',
 
467
         'tutorial', 2)
 
468
    ]
 
469
 
464
470
    media = 'media'
465
471
    help = {'Tutorial': 'help.html'}