Column sorting (#838)

This commit is contained in:
dgtlmoon
2022-08-16 10:45:36 +02:00
committed by GitHub
parent 9976f3f969
commit 269e3bb7c5
5 changed files with 43 additions and 5 deletions

View File

@@ -76,7 +76,7 @@ app.config['LOGIN_DISABLED'] = False
# Disables caching of the templates
app.config['TEMPLATES_AUTO_RELOAD'] = True
app.jinja_env.add_extension('jinja2.ext.loopcontrols')
csrf = CSRFProtect()
csrf.init_app(app)