Fix twig tags

This commit is contained in:
Romain Neutron
2013-11-21 14:17:12 +01:00
parent 2c9cee15a4
commit e7421e1fdd
230 changed files with 2060 additions and 2060 deletions

View File

@@ -96,15 +96,15 @@
<div class="footer-block">
<ul class="inline footer-list unstyled">
<li class="item-first" >
<a href="{{ path("homepage") }}">{% trans "Home" %}</a>
<a href="{{ path("homepage") }}">{{ "Home" | trans }}</a>
</li>
<li>
<a href="#">{% trans "Help" %}</a>
<a href="#">{{ "Help" | trans }}</a>
</li>
{% if has_terms_of_use %}
<li>
{% block tou_link %}
<a href="{{ path("login_cgus") }}">{% trans "Terms of use" %}</a>
<a href="{{ path("login_cgus") }}">{{ "Terms of use" | trans }}</a>
{% endblock tou_link %}
</li>
{% endif %}