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 @@
-