summaryrefslogtreecommitdiffstats
path: root/users/views/auth.py
diff options
context:
space:
mode:
authorAndrew Godwin2022-11-13 16:14:38 -0700
committerAndrew Godwin2022-11-13 16:15:14 -0700
commit34b24a0dcb044cb755e201ad1a83253d0690e78e (patch)
tree51e6842d9e1392fafcd617cf4de0fa7e28397c87 /users/views/auth.py
parent5a8b6bb3d022a532562ad5fa6d629cfc48c51b46 (diff)
downloadtakahe-34b24a0dcb044cb755e201ad1a83253d0690e78e.tar.gz
takahe-34b24a0dcb044cb755e201ad1a83253d0690e78e.tar.bz2
takahe-34b24a0dcb044cb755e201ad1a83253d0690e78e.zip
More UI!
Diffstat (limited to 'users/views/auth.py')
-rw-r--r--users/views/auth.py5
1 files changed, 0 insertions, 5 deletions
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"