aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-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 %}