diff options
Diffstat (limited to 'routes/answer.py')
-rw-r--r-- | routes/answer.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/routes/answer.py b/routes/answer.py index 6d767be..a554d25 100644 --- a/routes/answer.py +++ b/routes/answer.py @@ -1,7 +1,7 @@ from app import app from flask import render_template, session, request, redirect import db_actions as D -from routes.tools import rows2dicts, get_alert, get_nick, red +from routes.tools import rows2dicts, get_alert, get_nick, csrf_check @app.route("/kys/<link>") |