Fixed CC logo text alternative

AC-631

fixed CC logo text alternative

fixed template so python evaluates gettext()
This commit is contained in:
Sarah Fischmann
2017-06-14 16:40:58 -04:00
parent c21b3c8f7a
commit 58bb4fbc61

View File

@@ -98,7 +98,7 @@
/>
<% } else { %>
<% //<span> must come before <i> icon or else spacing gets messed up %>
<span class="sr">gettext("Creative Commons licensed content, with terms as follow:")&nbsp;</span><span aria-hidden="true" class="icon-cc"></span>
<span class="sr"><%= gettext("Creative Commons licensed content, with terms as follow:") %>&nbsp;</span><span aria-hidden="true" class="icon-cc"></span>
<% _.each(enabled, function(option) { %>
<span class="sr"><%- license.options[option.toUpperCase()].name %>&nbsp;</span><span aria-hidden="true" class="icon-cc-<%- option %>"></span>
<% }); %>