Refactoring part 2
Necessary changes to ensure correct working of eveai_app
This commit is contained in:
@@ -3,7 +3,7 @@ from flask_wtf import FlaskForm
|
||||
from wtforms import (StringField, PasswordField, BooleanField, SubmitField, EmailField, IntegerField, DateField,
|
||||
SelectField, SelectMultipleField, FieldList, FormField)
|
||||
from wtforms.validators import DataRequired, Length, Email, NumberRange, Optional
|
||||
from common.models import Role
|
||||
from common.models.user import Role
|
||||
|
||||
|
||||
class TenantForm(FlaskForm):
|
||||
|
||||
Reference in New Issue
Block a user