mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-04 16:10:03 +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_rest(form) }}
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="center">
|
||||||
|
<a href="{{ path('login') }}">{% trans %}Back to login{% endtrans %}</a>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
<style>
|
<style>
|
||||||
|
|
Loading…
Reference in a new issue