Reworked to newstyle gettext and named vars
This commit is contained in:
parent
36d06accb0
commit
5497850c51
14 changed files with 83 additions and 60 deletions
|
@ -8,5 +8,11 @@
|
|||
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
|
||||
})();
|
||||
</script>
|
||||
<noscript>{% trans %}Please enable JavaScript to view the{% endtrans %} <a href="https://disqus.com/?ref_noscript" rel="nofollow">{% trans %}comments powered by Disqus{% endtrans %}.</a></noscript>
|
||||
<noscript>
|
||||
{% autoescape false %}
|
||||
{{ _('Please enable JavaScript to view the %(link)scomments powered by Disqus%(endlink)s',
|
||||
link='<a href="https://disqus.com/?ref_noscript" rel="nofollow">',
|
||||
endlink='</a>') }}
|
||||
{% endautoescape %}
|
||||
</noscript>
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue