diff --git a/catalog/templates/item_base.html b/catalog/templates/item_base.html index 8a4d4655..01700307 100644 --- a/catalog/templates/item_base.html +++ b/catalog/templates/item_base.html @@ -223,17 +223,35 @@ {% endif %} +
{{ item.display_description | linebreaksbr }}
- {% elif item.parent_item.display_description %} -{{ item.parent_item.display_description | linebreaksbr }}
- {% else %} -{% trans 'nothing so far.' %}
- {% endif %} - {% block content %}{% endblock %} +{{ item.display_description | linebreaksbr }}
+ {% elif item.parent_item.display_description %} +{{ item.parent_item.display_description | linebreaksbr }}
+ {% else %} +{% trans 'nothing so far.' %}
+ {% endif %} + +