diff --git a/goals/templates/goals/_form_submit.html b/goals/templates/goals/_form_submit.html index 6e311d6..6a882de 100644 --- a/goals/templates/goals/_form_submit.html +++ b/goals/templates/goals/_form_submit.html @@ -11,11 +11,11 @@ {% for hidden in form.hidden_fields %} {{ hidden }} {% endfor %} - + {{ form.errors }} - + {% if form.instance.pk %}{{ form.DELETE }}{% endif %} - +

{% trans 'Goal' %} {{ item.order }}: {{ item.description }}

@@ -48,17 +48,23 @@ {% endfor %}
- -
-
-

{% trans 'There are obstacles to your activities?' %}

- -
-
+
+
+
+ +
+
+
+

{% trans 'There are obstacles to your activities?' %}

+
+
+
+
+

\ No newline at end of file +
-- libgit2 0.21.2