diff --git a/catalog/templates/_item_card_metadata_base.html b/catalog/templates/_item_card_metadata_base.html
index 2339ff55..e6b8daca 100644
--- a/catalog/templates/_item_card_metadata_base.html
+++ b/catalog/templates/_item_card_metadata_base.html
@@ -52,7 +52,7 @@
{% for tag in item.tags %}
{% if forloop.counter <= 5 %}
- {{ tag }}
+ {{ tag }}
{% endif %}
{% endfor %}
diff --git a/catalog/templates/item_base.html b/catalog/templates/item_base.html
index 78d2ad1a..f9eb83bd 100644
--- a/catalog/templates/item_base.html
+++ b/catalog/templates/item_base.html
@@ -191,7 +191,7 @@
diff --git a/journal/templates/tag_edit.html b/journal/templates/tag_edit.html
index 86a4b54c..561645c2 100644
--- a/journal/templates/tag_edit.html
+++ b/journal/templates/tag_edit.html
@@ -16,7 +16,7 @@
{% trans 'Edit' %} {{ tag.title }}