add edit link to module pages with filenames (html & problem)
uses new 'github_url' dict key in multicourse_settings this replaces the previous "quickedit" functionality
This commit is contained in:
@@ -77,5 +77,8 @@ def get_course_title(coursename):
|
||||
|
||||
def get_course_number(coursename):
|
||||
return get_course_property(coursename,'number')
|
||||
|
||||
def get_course_github_url(coursename):
|
||||
return get_course_property(coursename,'github_url')
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user