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 %} - +