From 6a246f8579cc4c9eceb4d5c6fe766cbac7036562 Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Mon, 21 May 2018 12:37:51 +0100 Subject: [Jams] Fix up textarea formatting --- templates/main/jams/join.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates') diff --git a/templates/main/jams/join.html b/templates/main/jams/join.html index e24ea8ff..de18482a 100644 --- a/templates/main/jams/join.html +++ b/templates/main/jams/join.html @@ -84,9 +84,9 @@ {% elif question.type == "textarea" %} {% if question.optional %} - + {% else %} - + {% endif %} {% elif question.type == "slider" %} -- cgit v1.2.3