From 9068617fbb8957ae0cc97deff37bdaf7fb7dd966 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Wed, 3 Feb 2016 21:31:25 +0100 Subject: Fixed 'Page not found' error for the 'recover' page. --- src/web/templates/login.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/web/templates/login.html') diff --git a/src/web/templates/login.html b/src/web/templates/login.html index c37d6937..70e01f9c 100644 --- a/src/web/templates/login.html +++ b/src/web/templates/login.html @@ -25,6 +25,6 @@ {{ _('Sign up') }}   - {{ _('Forgot password') }} + {{ _('Forgot password') }} {% endblock %} -- cgit