Update app.py
This commit is contained in:
parent
198e769028
commit
f7c1bb5a8f
2
app.py
2
app.py
@ -332,7 +332,7 @@ def upload():
|
|||||||
flash(f'Allowed file types are: {", ".join(ALLOWED_EXTENSIONS)}', 'error')
|
flash(f'Allowed file types are: {", ".join(ALLOWED_EXTENSIONS)}', 'error')
|
||||||
|
|
||||||
# Get available categories
|
# Get available categories
|
||||||
categories = ['admin', 'accounting', 'hr', 'marketing', 'legal', 'general', 'qoutation', 'other']
|
categories = ['admin', 'accounting', 'hr', 'marketing', 'legal', 'general', 'quotation', 'other']
|
||||||
|
|
||||||
return render_template('upload.html', categories=categories)
|
return render_template('upload.html', categories=categories)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user