Phase 3: changes inspection workflow

This commit is contained in:
2026-02-21 13:32:59 -05:00
parent e024d52915
commit 09ba576fcb
5 changed files with 918 additions and 426 deletions
+1
View File
@@ -29,6 +29,7 @@ def create_app(config_name='default'):
# render manual forms (no WTForms object) can still inject the CSRF token.
from flask_wtf.csrf import generate_csrf
app.jinja_env.globals['csrf_token'] = generate_csrf
app.jinja_env.globals['enumerate'] = enumerate
os.makedirs(app.config['UPLOAD_FOLDER'], exist_ok=True)