]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Resources/views/themes/material/Security/forgotPassword.html.twig
fix #1303, add link to homepage on forgot password page
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Resources / views / themes / material / Security / forgotPassword.html.twig
index 7d7fea6f3cde3d04395ecdd38153b69ba72a5e61..9750f8baee88bfd39593bd5a88f1eaf0b73d21fb 100644 (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 %}
\ No newline at end of file
+{% endblock %}