From a3184c5d142848b5147811ed246e39545e978805 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Mon, 18 Mar 2019 16:57:31 +0000 Subject: refactor --- app/templates/reset_password.html | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 app/templates/reset_password.html (limited to 'app/templates/reset_password.html') diff --git a/app/templates/reset_password.html b/app/templates/reset_password.html deleted file mode 100644 index cab00c9..0000000 --- a/app/templates/reset_password.html +++ /dev/null @@ -1,11 +0,0 @@ -{% extends "base.html" %} -{% import 'bootstrap/wtf.html' as wtf %} - -{% block app_content %} -

Reset Your Password

-
-
- {{ wtf.quick_form(form) }} -
-
-{% endblock %} -- cgit v1.2.3