diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@smile.fr> | 2015-08-12 12:16:50 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@smile.fr> | 2015-08-12 12:16:50 +0200 |
commit | 773ed2e7a661b1308e8aa7ef100a71e959cdaa81 (patch) | |
tree | 9c9638a22679f1485b194082df7de7947f561cfb /src | |
parent | 496f21e6faed1d06623221dabb35d1f3ce8fc8c2 (diff) | |
download | wallabag-773ed2e7a661b1308e8aa7ef100a71e959cdaa81.tar.gz wallabag-773ed2e7a661b1308e8aa7ef100a71e959cdaa81.tar.zst wallabag-773ed2e7a661b1308e8aa7ef100a71e959cdaa81.zip |
fix #1303, add link to homepage on forgot password page
Diffstat (limited to 'src')
-rw-r--r-- | src/Wallabag/CoreBundle/Resources/views/themes/material/Security/forgotPassword.html.twig | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Security/forgotPassword.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Security/forgotPassword.html.twig index 7d7fea6f..9750f8ba 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Security/forgotPassword.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Security/forgotPassword.html.twig | |||
@@ -43,6 +43,9 @@ | |||
43 | {{ form_rest(form) }} | 43 | {{ form_rest(form) }} |
44 | </form> | 44 | </form> |
45 | </div> | 45 | </div> |
46 | <div class="center"> | ||
47 | <a href="{{ path('login') }}">{% trans %}Back to login{% endtrans %}</a> | ||
48 | </div> | ||
46 | </div> | 49 | </div> |
47 | </main> | 50 | </main> |
48 | <style> | 51 | <style> |
@@ -53,4 +56,4 @@ | |||
53 | {% endblock %} | 56 | {% endblock %} |
54 | 57 | ||
55 | {% block footer %} | 58 | {% block footer %} |
56 | {% endblock %} \ No newline at end of file | 59 | {% endblock %} |