diff options
author | 2018-05-19 23:07:43 +0100 | |
---|---|---|
committer | 2018-05-19 23:07:43 +0100 | |
commit | f4ee2325201aafafb56e26a414683e87e28e653a (patch) | |
tree | 61bf7e1783d31e9b3bf1e6cf05d71ce1da0b21b1 /templates/main | |
parent | [Jams] Update edit state availability (diff) |
[Jams] Form inputs should be a flex column
Diffstat (limited to 'templates/main')
-rw-r--r-- | templates/main/jams/join.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 <code>#announcements</code> on Discord for information on the next jam! </p> {% else %} - <form action="{{ url_for("main.jams.join", jam=jam.number) }}" method="post" class="uk-form-horizontal"> + <form action="{{ url_for("main.jams.join", jam=jam.number) }}" method="post" class="uk-form-horizontal uk-flex uk-flex-column"> {% for question in questions %} {{ show_question(question) }} <br /> |