From 0a9227c7c9bf0509e4486203b7aa9092abba718b Mon Sep 17 00:00:00 2001 From: Patrick Jentsch Date: Mon, 8 Jul 2019 11:08:49 +0200 Subject: [PATCH] Return template for GET requests. --- app/templates/auth/reset_password.html.j2 | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 app/templates/auth/reset_password.html.j2 diff --git a/app/templates/auth/reset_password.html.j2 b/app/templates/auth/reset_password.html.j2 new file mode 100644 index 00000000..782a1f77 --- /dev/null +++ b/app/templates/auth/reset_password.html.j2 @@ -0,0 +1,15 @@ +{% extends "base.html.j2" %} + +{% block page_content %} +
+
+
+

Sign in into an exisiting account or register a new one!

+
+
+ Register +
+
+
+
+{% endblock %}