mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-23 09:31:04 +00:00
fix #1303, add link to homepage on forgot password page
This commit is contained in:
parent
496f21e6fa
commit
773ed2e7a6
1 changed files with 4 additions and 1 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue