Remove temp comment

This commit is contained in:
zandercymatics 2023-10-05 14:12:41 -06:00
parent abbcf315ee
commit 545a5d80a6
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -141,7 +141,6 @@ class MyUserAdmin(BaseUserAdmin):
"is_superuser", "is_superuser",
"status", "status",
) )
# Temp comment for deploy to sandbox - will remove
fieldsets = ( fieldsets = (
( (
None, None,