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 }} {{ cgus|raw }}
{% endblock %} {% endblock %}
</div> </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>
</div> </div>
{% endblock %} {% endblock %}

View File

@@ -62,7 +62,7 @@
<div class="row-fluid"> <div class="row-fluid">
<div class="span12"> <div class="span12">
{% set label %} {% set label %}
<a href="{{ path("login_cgus") }}"> <a target="_blank" href="{{ path("login_cgus") }}">
{% trans "I have read the terms of use" %} {% trans "I have read the terms of use" %}
</a> </a>
{% endset %} {% endset %}