Display Termls of use in a new browser tab

This commit is contained in:
Nicolas Le Goff
2013-12-05 15:40:40 +01:00
parent e70e35ae04
commit 1ffc6a2331

View File

@@ -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 %}