1. Contact us page fixed - Model_View_Contact had not been updated to match new arguments for Model_View_Base.\n 2. Logo border radius increased to hide pencil icon watermark in bottom right hand corner. \n 3. Nav layout structure now dynamic based on user permissions
This commit is contained in:
7
forms.py
7
forms.py
@@ -136,4 +136,9 @@ class Form_Filters_Stock_Item(FlaskForm):
|
||||
is_out_of_stock = BooleanField('Out of stock only?')
|
||||
quantity_min = FloatField('Min stock')
|
||||
quantity_max = FloatField('Max stock')
|
||||
# submit = SubmitField('Submit')
|
||||
# submit = SubmitField('Submit')
|
||||
|
||||
|
||||
class Form_Filters_User(FlaskForm):
|
||||
active_only = BooleanField('Active only?')
|
||||
id_user = SelectField('User ID', validators=[Optional()], choices=[])
|
||||
Reference in New Issue
Block a user