16
16
template = "subject.html"
18
def __init__(self, req, subject, year, semester):
30
18
def new_project_url(self, projectset):
31
19
return "/api/subjects/%s/%s/%s/+projectsets/%d/+projects/+new" % (
32
20
self.context.subject.short_name, self.context.semester.year,