mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
Fix twig tags
This commit is contained in:
@@ -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 %}
|
||||
|
Reference in New Issue
Block a user