From 8bb2c82ef42402949504bdd8dae6058a7b8fa917 Mon Sep 17 00:00:00 2001 From: Zambom Date: Thu, 17 Aug 2017 22:20:53 -0300 Subject: [PATCH] Including warning image in goals --- goals/templates/goals/_form_submit.html | 28 +++++++++++++++++----------- 1 file changed, 17 insertions(+), 11 deletions(-) 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