diff --git a/catalog/templates/_fetch_failed.html b/catalog/templates/_fetch_failed.html index 4c7dd620..534bd5b7 100644 --- a/catalog/templates/_fetch_failed.html +++ b/catalog/templates/_fetch_failed.html @@ -1,3 +1,4 @@ +{% load i18n %}

{% trans "Unable to fetch from the link, please check again. Some sites may require login for certain links, please manually create them here." %} diff --git a/catalog/templates/_item_card_metadata_edition.html b/catalog/templates/_item_card_metadata_edition.html index 244abfa2..2ed49ac5 100644 --- a/catalog/templates/_item_card_metadata_edition.html +++ b/catalog/templates/_item_card_metadata_edition.html @@ -36,8 +36,7 @@
{% endif %} {% endcomment %} {% include '_people.html' with people=item.other_title role='other title' max=2 %} -{% endif %} -

- {% if not hide_brief %}{{ item.brief | linebreaksbr }}{% endif %} -
+
+ {% if not hide_brief %}{{ item.brief | linebreaksbr }}{% endif %} +
{% endblock full %} diff --git a/catalog/templates/_item_user_mark_history.html b/catalog/templates/_item_user_mark_history.html index 3f296903..83623f86 100644 --- a/catalog/templates/_item_user_mark_history.html +++ b/catalog/templates/_item_user_mark_history.html @@ -1,3 +1,4 @@ +{% load i18n %}