From a8eda4078d2a92999d9c8697c0a5306be7d844a7 Mon Sep 17 00:00:00 2001 From: Vivek Santayana Date: Mon, 6 Oct 2025 14:50:00 +0100 Subject: [PATCH] Added Barrowland Bears Korfball Club to list of clubs dropdown --- ref-test/app/quiz/views.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ref-test/app/quiz/views.py b/ref-test/app/quiz/views.py index e87c2b1..87b498e 100644 --- a/ref-test/app/quiz/views.py +++ b/ref-test/app/quiz/views.py @@ -30,6 +30,7 @@ def _instructions(): @quiz.route('/start/', methods=['GET', 'POST']) def _start(): clubs = [ + 'Barrowland Bears Korfball Club', 'Dundee Korfball Club', 'Edinburgh City Korfball Club', 'Edinburgh Mavericks Korfball Club',