From e37ece7e11aa99151aa605e4b5a2e4c437f638d3 Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Mon, 16 Nov 2020 08:59:35 +0100 Subject: Fix entry template --- templates/web/entry.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/web/entry.html b/templates/web/entry.html index a8edf4c..0948625 100644 --- a/templates/web/entry.html +++ b/templates/web/entry.html @@ -22,7 +22,7 @@
comments
{{ entry.data.comments }}
id
-
{{ entry.data.short_id }}
+
{{ entry.short_id }}
{% endblock %} -- cgit v1.2.3