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:
ichuang
2012-06-24 14:12:20 -04:00
parent 9cea3f971f
commit b59b80871a
4 changed files with 29 additions and 2 deletions

View File

@@ -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')