aboutsummaryrefslogtreecommitdiff
path: root/app/dispatchAuth/forms.py
diff options
context:
space:
mode:
authorMitchell Riedstra <mitch@riedstra.dev>2021-10-10 23:33:11 -0400
committerMitchell Riedstra <mitch@riedstra.dev>2021-10-10 23:33:11 -0400
commit5369537388a3239f3f19080053fcdab6ad9b95eb (patch)
treee629c68fb17527ee3eb441c4dd1945e39d7e032d /app/dispatchAuth/forms.py
parent2ec4f69f6f494def901826ad8fdbfb05d2fcfb75 (diff)
downloaddispatch-tracker-5369537388a3239f3f19080053fcdab6ad9b95eb.tar.gz
dispatch-tracker-5369537388a3239f3f19080053fcdab6ad9b95eb.tar.xz
Rip out registration and the audit log for now. Upgrade to Django 3.2
Diffstat (limited to 'app/dispatchAuth/forms.py')
-rw-r--r--app/dispatchAuth/forms.py16
1 files changed, 8 insertions, 8 deletions
diff --git a/app/dispatchAuth/forms.py b/app/dispatchAuth/forms.py
index 99781f7..72aa46b 100644
--- a/app/dispatchAuth/forms.py
+++ b/app/dispatchAuth/forms.py
@@ -1,11 +1,11 @@
-from registration.forms import RegistrationForm
+# from registration.forms import RegistrationForm
from .models import User
-class UserForm(RegistrationForm):
- # fields = ['email', 'first_name', 'last_name']
- # model = User
-
- class Meta:
- fields = ['email', 'first_name', 'last_name']
- model = User
+# class UserForm(RegistrationForm):
+# # fields = ['email', 'first_name', 'last_name']
+# # model = User
+#
+# class Meta:
+# fields = ['email', 'first_name', 'last_name']
+# model = User