From 0dbe63bc6352db71b05cf81b4399b14aa523b16e Mon Sep 17 00:00:00 2001 From: ichuang Date: Fri, 15 Jun 2012 21:44:19 -0400 Subject: [PATCH] remove quickedit link from accordion (no need for manual gitreload anymore) now using github WebHook --- lms/templates/accordion.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lms/templates/accordion.html b/lms/templates/accordion.html index d8ca925b79..dbd708a959 100644 --- a/lms/templates/accordion.html +++ b/lms/templates/accordion.html @@ -25,7 +25,7 @@ % endfor ## add a link to allow course.xml to be reloaded from the git content repo -% if settings.QUICKEDIT: -

quickedit

- -% endif +##% if settings.QUICKEDIT: +##

quickedit

+## +##% endif