aboutsummaryrefslogtreecommitdiffstats
path: root/pysite
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-06-12 14:49:44 +0100
committerGravatar Gareth Coles <[email protected]>2018-06-12 14:49:44 +0100
commit38e81eb20af8dc0d652b5f8b927db620db52c62b (patch)
treeb1a36c76cf84389acb9c3f836a9beef70fc3d74b /pysite
parentIt's always the smallest changes that don't lint (diff)
[Jams] User ID and avatar on approvals page
Diffstat (limited to 'pysite')
-rw-r--r--pysite/views/staff/jams/participants.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/pysite/views/staff/jams/participants.py b/pysite/views/staff/jams/participants.py
index 6b95db76..fa27cfe0 100644
--- a/pysite/views/staff/jams/participants.py
+++ b/pysite/views/staff/jams/participants.py
@@ -46,6 +46,8 @@ class StaffView(RouteView, DBMixin):
for question in form_obj["questions"]:
questions[question] = self.db.get(self.questions_table, question)
+ print(jam_data)
+
return self.render(
"staff/jams/participants.html",
jam=jam_data, form=form_obj, questions=questions