From 33aa16661efb5f70d3b540d7cefe853c8a75a3d8 Mon Sep 17 00:00:00 2001 From: Katie Smith Date: Thu, 18 Apr 2019 15:48:41 +0100 Subject: [PATCH] Delete unused form --- app/main/forms.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/main/forms.py b/app/main/forms.py index 184f65d5f..3022395de 100644 --- a/app/main/forms.py +++ b/app/main/forms.py @@ -504,10 +504,6 @@ class TwoFactorForm(StripWhitespaceForm): return True -class EmailNotReceivedForm(StripWhitespaceForm): - email_address = email_address() - - class TextNotReceivedForm(StripWhitespaceForm): mobile_number = international_phone_number()