diff --git a/app.py b/app.py index 3cc8c52..ae46805 100644 --- a/app.py +++ b/app.py @@ -332,7 +332,7 @@ def upload(): flash(f'Allowed file types are: {", ".join(ALLOWED_EXTENSIONS)}', 'error') # 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)