From 3298e55fb037fc6ecbd3db29bb4f95500cca1bc2 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Sun, 25 Feb 2018 20:34:39 +0200 Subject: [PATCH] Fix password reset form error --- templates/password_reset/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/password_reset/base.html b/templates/password_reset/base.html index 75aebfd..d6c32ad 100644 --- a/templates/password_reset/base.html +++ b/templates/password_reset/base.html @@ -1 +1 @@ -{% extends "login_base.html" %} \ No newline at end of file +{% extends "login.html" %} \ No newline at end of file