From 34b24a0dcb044cb755e201ad1a83253d0690e78e Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Sun, 13 Nov 2022 16:14:38 -0700 Subject: More UI! --- users/views/auth.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'users/views/auth.py') diff --git a/users/views/auth.py b/users/views/auth.py index f9e6ce1..1acf920 100644 --- a/users/views/auth.py +++ b/users/views/auth.py @@ -1,12 +1,7 @@ -from django.contrib.auth.forms import AuthenticationForm from django.contrib.auth.views import LoginView, LogoutView -from core.forms import FormHelper - class Login(LoginView): - class form_class(AuthenticationForm): - helper = FormHelper(submit_text="Login") template_name = "auth/login.html" -- cgit v1.2.3