Commit be8e01e5 by stv

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.
parent 11525556
...@@ -52,9 +52,9 @@ ...@@ -52,9 +52,9 @@
data-endpoint="${ section_data['proxy_legacy_analytics_url'] }" data-endpoint="${ section_data['proxy_legacy_analytics_url'] }"
> >
</div> </div>
%endif
<hr> <hr>
%endif
<div class="profile-distribution-widget-container" <div class="profile-distribution-widget-container"
data-title="${_("Year of Birth")}" data-title="${_("Year of Birth")}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment