mirror of
https://github.com/DarkflameUniverse/NexusDashboard.git
synced 2025-10-12 18:18:01 +00:00
Property rejection handling
fixe some table to be wider make search and pagination float right
This commit is contained in:
10
app/forms.py
10
app/forms.py
@@ -187,3 +187,13 @@ class RescueForm(FlaskForm):
|
||||
)
|
||||
|
||||
submit = SubmitField('Submit')
|
||||
|
||||
|
||||
class RejectPropertyForm(FlaskForm):
|
||||
rejection_reason = StringField(
|
||||
'Rejection Reason',
|
||||
widget=TextArea(),
|
||||
validators=[validators.DataRequired()]
|
||||
)
|
||||
|
||||
submit = SubmitField('Submit')
|
||||
|
Reference in New Issue
Block a user