summaryrefslogtreecommitdiff
path: root/routes/analyse.py
diff options
context:
space:
mode:
Diffstat (limited to 'routes/analyse.py')
-rw-r--r--routes/analyse.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/routes/analyse.py b/routes/analyse.py
index e256201..70d852b 100644
--- a/routes/analyse.py
+++ b/routes/analyse.py
@@ -2,7 +2,7 @@ from itertools import combinations
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
def find_best_and_worst(aid, uid):
answers=D.get_all_answers_for_quiz(aid)