From f2d1844b9dbb79953d17488c28b70677d0ceae20 Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Mon, 16 Nov 2020 08:54:09 +0100 Subject: Improve entry page --- templates/web/entry.html | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) (limited to 'templates/web/entry.html') diff --git a/templates/web/entry.html b/templates/web/entry.html index df641d0..a8edf4c 100644 --- a/templates/web/entry.html +++ b/templates/web/entry.html @@ -7,12 +7,22 @@

{{ settings.name }}

-

{{ entry }}

+

{{ entry.data.name }}

- {% for k,v in entry.data.items() %} -
{{ k }}
-
{{ v }}
- {% endfor %} +
url
+
{{ entry.data.url }}
+
sells
+
    {% for s in entry.data.sells %} +
  • {{ s }}
  • + {% endfor %}
+
country
+
{{ entry.data.country }} +
address
+
{{ entry.data.address }}
+
comments
+
{{ entry.data.comments }}
+
id
+
{{ entry.data.short_id }}
{% endblock %} -- cgit v1.2.3