Move <HR> inside of template conditional

Otherwise, if `settings.ENABLE_INSTRUCTOR_ANALYTICS` is set to `False`,
two horizontal rules are rendered consecutively.

The <HR> has also been indented to align with surrounding tags.
This commit is contained in:
stv
2014-09-17 17:46:27 -07:00
parent 1152555614
commit be8e01e5fe

View File

@@ -52,9 +52,9 @@
data-endpoint="${ section_data['proxy_legacy_analytics_url'] }"
>
</div>
%endif
<hr>
<hr>
%endif
<div class="profile-distribution-widget-container"
data-title="${_("Year of Birth")}"