aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2020-11-16 08:59:35 +0100
committerElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2020-11-16 08:59:35 +0100
commite37ece7e11aa99151aa605e4b5a2e4c437f638d3 (patch)
tree8dea43bf41051799d5e8b0d2edab8c6836ac7931
parentf0d3bab718d26387bcbb8615a01c6e8579f8a844 (diff)
Fix entry template
-rw-r--r--templates/web/entry.html2
1 files changed, 1 insertions, 1 deletions
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 @@
<dt>comments</dt>
<dd>{{ entry.data.comments }}</dd>
<dt>id</dt>
- <dd>{{ entry.data.short_id }}</dd>
+ <dd>{{ entry.short_id }}</dd>
</dl>
{% endblock %}