From de0fd2ef0c9cff8518052cbe386b84455e2603f7 Mon Sep 17 00:00:00 2001 From: Don Mitchell Date: Mon, 11 Feb 2013 15:02:02 -0500 Subject: [PATCH] Cross reference the settings pages --- cms/templates/settings.html | 4 ++++ cms/templates/settings_graders.html | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/cms/templates/settings.html b/cms/templates/settings.html index 9113abe116..e15edf3f3b 100644 --- a/cms/templates/settings.html +++ b/cms/templates/settings.html @@ -209,12 +209,16 @@ from contentstore import utils
+ % if context_course: + <% ctx_loc = context_course.location %> + <%! from django.core.urlresolvers import reverse %>

Other Course Settings

+ % endif
diff --git a/cms/templates/settings_graders.html b/cms/templates/settings_graders.html index 894907b5aa..aeabcec11f 100644 --- a/cms/templates/settings_graders.html +++ b/cms/templates/settings_graders.html @@ -131,12 +131,16 @@ from contentstore import utils
+ % if context_course: + <% ctx_loc = context_course.location %> + <%! from django.core.urlresolvers import reverse %>

Other Course Settings

+ % endif