From cf0b80984b021d372ff0b86df51b9bc95b98d5e1 Mon Sep 17 00:00:00 2001 From: Chris Rodriguez Date: Tue, 3 May 2016 21:35:27 -0400 Subject: [PATCH] Moving main element up higher to not conflict with chart --- lms/templates/courseware/progress.html | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/lms/templates/courseware/progress.html b/lms/templates/courseware/progress.html index 522adfa7cb..be5322aae6 100644 --- a/lms/templates/courseware/progress.html +++ b/lms/templates/courseware/progress.html @@ -33,10 +33,9 @@ from django.utils.http import urlquote_plus <%include file="/courseware/course_navigation.html" args="active_page='progress'" /> -
-
- -
+
+
+
% if staff_access and studio_url is not None:
@@ -219,6 +218,6 @@ from django.utils.http import urlquote_plus
-
-
-
+ + +