From ef15d1351a64e5390a9d5c69e26877ebd162f845 Mon Sep 17 00:00:00 2001 From: Gregory Trullemans Date: Tue, 20 Feb 2024 16:12:12 +0100 Subject: [PATCH] Update combination form --- .../templates/combinations/create.html | 34 +++++++++++++------ 1 file changed, 24 insertions(+), 10 deletions(-) diff --git a/jarvis/objective/templates/combinations/create.html b/jarvis/objective/templates/combinations/create.html index 3cb6ea2..cd1c475 100644 --- a/jarvis/objective/templates/combinations/create.html +++ b/jarvis/objective/templates/combinations/create.html @@ -14,36 +14,36 @@ {{ hidden }} {% endfor %}
- -
+ +
{{ form.long_label }} {% if form.long_label.errors %} {% for error in form.long_label.errors %}{{ error }}{% endfor %}{% endif %}
- -
+ +
{{ form.short_label }} {% if form.short_label.errors %}{% for error in form.short_label.errors %}{{ error }}{% endfor %}{% endif %}
- -
+ +
{{ form.is_routine }} {% if form.is_routine.errors %}{% for error in form.is_routine.errors %}{{ error }}{% endfor %}{% endif %}
- -
+ +
{{ form.is_competitive }} {% if form.is_competitive.errors %}{% for error in form.is_competitive.errors %}{{ error }}{% endfor %}{% endif %}
- +
{{ form.informations }}
@@ -57,7 +57,7 @@
-