Commit 609b1144 by David Baumgold

Merge pull request #7475 from edx/adjust-indentation

Fix whitespace
parents 3f07660d 6840ced4
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
</p> </p>
<nav class="nav-legal" aria-label="${_('Legal')}"> <nav class="nav-legal" aria-label="${_('Legal')}">
<ul> <ul>
%if marketing_link('HONOR') and marketing_link('HONOR') != '#': % if marketing_link('HONOR') and marketing_link('HONOR') != '#':
<li class="nav-legal-01"> <li class="nav-legal-01">
<% <%
tos_link = u"<a href='{}'>".format(marketing_link('TOS')) tos_link = u"<a href='{}'>".format(marketing_link('TOS'))
...@@ -77,13 +77,12 @@ ...@@ -77,13 +77,12 @@
honor_link_end="</a>", honor_link_end="</a>",
) )
} }
</a>
</li> </li>
%else: % else:
<li class="nav-legal-01"> <li class="nav-legal-01">
<a href="${marketing_link('TOS')}">${_("Terms of Service")}</a> <a href="${marketing_link('TOS')}">${_("Terms of Service")}</a>
</li> </li>
%endif % endif
<li class="nav-legal-02"> <li class="nav-legal-02">
<a href="${marketing_link('PRIVACY')}">${_("Privacy Policy")}</a> <a href="${marketing_link('PRIVACY')}">${_("Privacy Policy")}</a>
</li> </li>
......
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