fix #1303, add link to homepage on forgot password page

This commit is contained in:
Nicolas Lœuillet 2015-08-12 12:16:50 +02:00
parent 496f21e6fa
commit 773ed2e7a6

View file

@ -43,6 +43,9 @@
{{ form_rest(form) }}
</form>
</div>
<div class="center">
<a href="{{ path('login') }}">{% trans %}Back to login{% endtrans %}</a>
</div>
</div>
</main>
<style>
@ -53,4 +56,4 @@
{% endblock %}
{% block footer %}
{% endblock %}
{% endblock %}