mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
Display Termls of use in a new browser tab
This commit is contained in:
@@ -104,7 +104,7 @@
|
||||
{% if has_terms_of_use %}
|
||||
<li>
|
||||
{% block tou_link %}
|
||||
<a href="{{ path("login_cgus") }}">{% trans "Terms of use" %}</a>
|
||||
<a href="{{ path("login_cgus") }}" target="_blank">{% trans "Terms of use" %}</a>
|
||||
{% endblock tou_link %}
|
||||
</li>
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user