From be8e01e5fec12dcc44fedf6228ed7a80dd744d2f Mon Sep 17 00:00:00 2001 From: stv Date: Wed, 17 Sep 2014 17:46:27 -0700 Subject: [PATCH] Move
inside of template conditional Otherwise, if `settings.ENABLE_INSTRUCTOR_ANALYTICS` is set to `False`, two horizontal rules are rendered consecutively. The
has also been indented to align with surrounding tags. --- .../instructor_dashboard_2/instructor_analytics.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lms/templates/instructor/instructor_dashboard_2/instructor_analytics.html b/lms/templates/instructor/instructor_dashboard_2/instructor_analytics.html index 44fae53dcb..8b3d18165d 100644 --- a/lms/templates/instructor/instructor_dashboard_2/instructor_analytics.html +++ b/lms/templates/instructor/instructor_dashboard_2/instructor_analytics.html @@ -52,9 +52,9 @@ data-endpoint="${ section_data['proxy_legacy_analytics_url'] }" > -%endif -
+
+%endif