From f4ee2325201aafafb56e26a414683e87e28e653a Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Sat, 19 May 2018 23:07:43 +0100 Subject: [Jams] Form inputs should be a flex column --- templates/main/jams/join.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/main/jams/join.html b/templates/main/jams/join.html index 35a786f2..e24ea8ff 100644 --- a/templates/main/jams/join.html +++ b/templates/main/jams/join.html @@ -128,7 +128,7 @@ interest. Keep an eye on #announcements on Discord for information on the next jam!

{% else %} -
+ {% for question in questions %} {{ show_question(question) }}
-- cgit v1.2.3