diff --git a/core/templates/core/_edit_form.html b/core/templates/core/_edit_form.html index ec488a3..e4c5748 100644 --- a/core/templates/core/_edit_form.html +++ b/core/templates/core/_edit_form.html @@ -3,12 +3,12 @@ {% csrf_token %}
{% trans "Type:" %} {{ item.get_kind_display }}
-
- {% trans "Add tags" %} -
+
+
{% trans "Add tags" %}
+
{% for tag in tags %}{% endfor %}
-
+
diff --git a/core/templates/core/item_editor.html b/core/templates/core/item_editor.html index 97fd642..92bb4b7 100644 --- a/core/templates/core/item_editor.html +++ b/core/templates/core/item_editor.html @@ -9,12 +9,12 @@
×
{% trans "Type:" %} {{ item.get_kind_display }}
-
- {% trans "Add tags" %} -
+
+
{% trans "Add tags" %}
+
{% for tag in tags %}{% endfor %}
-
+