From 5b08b6bee6eb4e8a4055e907af9de4a945f9064e Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Fri, 7 Apr 2017 08:32:56 +0100 Subject: [PATCH] no form on the reset sent page --- sourcing/templates/auth/password_reset_sent.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/sourcing/templates/auth/password_reset_sent.html b/sourcing/templates/auth/password_reset_sent.html index c872655..4c556ff 100644 --- a/sourcing/templates/auth/password_reset_sent.html +++ b/sourcing/templates/auth/password_reset_sent.html @@ -1,7 +1,4 @@ -{% from "form/controls.html" import render_field, checkbox, submit %} - {% set title="Reset password" %} -{% set label="send e-mail" %} {% include "head.html" %}