diff --git a/templates/item.html b/templates/item.html index 7204c19..d8ddf8c 100644 --- a/templates/item.html +++ b/templates/item.html @@ -10,9 +10,12 @@ span.description { color: rgb(96, 96, 96); } {% endblock %} {% block content %} -
-
-
+
+
+
+ +
+

{{ self.title() }}

{% if label_languages %}

Label from: @@ -176,9 +179,6 @@ span.description { color: rgb(96, 96, 96); } {% endif %}

-
- -