diff --git a/core/templates/core/_edit_form.html b/core/templates/core/_edit_form.html index 6aa2bc9..8010f5e 100644 --- a/core/templates/core/_edit_form.html +++ b/core/templates/core/_edit_form.html @@ -22,7 +22,7 @@ {% if item.visibility == 'team' %}{% endif %} - {% if item.kind == 'todo' %}
{% endif %} + {% if item.kind == 'todo' %}{% endif %} {% if item.kind == 'link' %}{% endif %} diff --git a/core/templates/core/item_editor.html b/core/templates/core/item_editor.html index ef7be45..0d40abb 100644 --- a/core/templates/core/item_editor.html +++ b/core/templates/core/item_editor.html @@ -24,7 +24,7 @@ {% include 'core/_format_toolbar.html' %}