570
571
class Plugin(ViewPlugin, MediaPlugin):
572
forward_routes = (root_to_subject, root_to_semester, subject_to_offering,
572
573
offering_to_project, offering_to_projectset)
573
reverse_routes = (subject_url, offering_url, projectset_url, project_url)
575
subject_url, semester_url, offering_url, projectset_url, project_url)
575
577
views = [(ApplicationRoot, ('subjects', '+index'), SubjectsView),
576
578
(ApplicationRoot, ('subjects', '+new'), SubjectNew),