From 5c0ba9f7d8cfc453969b78599616f2945f9ac471 Mon Sep 17 00:00:00 2001
From: Patrick Jentsch <p.jentsch@uni-bielefeld.de>
Date: Mon, 8 Jul 2019 11:10:09 +0200
Subject: [PATCH] Add title as template param.

---
 app/auth/views.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app/auth/views.py b/app/auth/views.py
index b2e6ba68..812f1e1e 100644
--- a/app/auth/views.py
+++ b/app/auth/views.py
@@ -47,3 +47,4 @@ def password_reset_request():
         flash('An email with instructions to reset your password has been '
               'sent to you.')
         return redirect(url_for('auth.login'))
+    return render_template('auth/reset_password.html.j2', form=form, title='Password Reset')
-- 
GitLab