- Translations completed for Front-End, Configs (e.g. Forms) and free text.
- Allowed_languages and default_language now part of Tenant Make iso Tenant - Introduction of Translation into Traicie Selection Specialist
This commit is contained in:
@@ -16,7 +16,6 @@ class SessionDefaultsForm(FlaskForm):
|
||||
|
||||
# Tenant Defaults
|
||||
tenant_name = StringField('Tenant Name', validators=[DataRequired()])
|
||||
default_language = SelectField('Default Language', choices=[], validators=[DataRequired()])
|
||||
|
||||
# Partner Defaults
|
||||
partner_name = StringField('Partner Name', validators=[DataRequired()])
|
||||
|
||||
Reference in New Issue
Block a user