]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
fix #1303, add link to homepage on forgot password page 1322/head
authorNicolas Lœuillet <nicolas.loeuillet@smile.fr>
Wed, 12 Aug 2015 10:16:50 +0000 (12:16 +0200)
committerNicolas Lœuillet <nicolas.loeuillet@smile.fr>
Wed, 12 Aug 2015 10:16:50 +0000 (12:16 +0200)
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 %}