remove quickedit link from accordion (no need for manual gitreload anymore)

now using github WebHook
This commit is contained in:
ichuang
2012-06-15 21:44:19 -04:00
parent 923a47d761
commit 0dbe63bc63

View File

@@ -25,7 +25,7 @@
% endfor
## add a link to allow course.xml to be reloaded from the git content repo
% if settings.QUICKEDIT:
<h3><a href="#">quickedit</a></h3>
<ul><li><a href="${MITX_ROOT_URL}/quickedit/course.xml">gitreload</a></li></ul>
% endif
##% if settings.QUICKEDIT:
## <h3><a href="#">quickedit</a></h3>
## <ul><li><a href="${MITX_ROOT_URL}/quickedit/course.xml">gitreload</a></li></ul>
##% endif