04/09 update: separate internal users and customer

This commit is contained in:
2026-04-09 16:51:17 -04:00
parent 4128d14286
commit 857372f781
3 changed files with 14 additions and 6 deletions
-1
View File
@@ -55,7 +55,6 @@ class UserForm(FlaskForm):
('supervisor', 'Supervisor'),
('inspector', 'Inspector'),
('project_manager', 'Project Manager'),
('customer', 'Customer'),
], validators=[DataRequired()])
def __init__(self, user=None, *args, **kwargs):