Merge pull request #733 from nlegoff/fix_cgu_link

[3.8] Fix #1554 Problem with authentication flow
This commit is contained in:
Romain Neutron
2013-10-29 11:51:44 -07:00
2 changed files with 1 additions and 4 deletions

View File

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

View File

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