mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-16 22:43:19 +00:00
Merge pull request #733 from nlegoff/fix_cgu_link
[3.8] Fix #1554 Problem with authentication flow
This commit is contained in:
@@ -14,9 +14,6 @@
|
||||
{{ cgus|raw }}
|
||||
{% endblock %}
|
||||
</div>
|
||||
<a href="{{ path("homepage") }}" class="btn btn-success ">
|
||||
<i class="icon-arrow-left icon-white"></i> {% trans "Return to login page" %}
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
@@ -62,7 +62,7 @@
|
||||
<div class="row-fluid">
|
||||
<div class="span12">
|
||||
{% set label %}
|
||||
<a href="{{ path("login_cgus") }}">
|
||||
<a target="_blank" href="{{ path("login_cgus") }}">
|
||||
{% trans "I have read the terms of use" %}
|
||||
</a>
|
||||
{% endset %}
|
||||
|
Reference in New Issue
Block a user