51
51
from ivle.webapp.admin.breadcrumbs import (SubjectBreadcrumb,
52
52
OfferingBreadcrumb, UserBreadcrumb, ProjectBreadcrumb)
53
53
from ivle.webapp.groups import GroupsView
55
56
class SubjectsView(XHTMLView):
56
57
'''The view of the list of subjects.'''