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

« back to all changes in this revision

Viewing changes to ivle/webapp/forum/__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:
78
78
        ('forum/*path', ForumView),
79
79
    ]
80
80
 
 
81
    tabs = [
 
82
        ('forum', 'Forum', 'Discussion boards for material relating to '
 
83
         'Informatics, IVLE and Python.', 'forum.png', 'forum', 4)
 
84
    ]
 
85
 
81
86
    cookies = {'ivleforumcookie': make_forum_cookie}
82
87
 
83
88
    media = 'media'