diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2020-11-16 08:59:35 +0100 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2020-11-16 08:59:35 +0100 |
commit | e37ece7e11aa99151aa605e4b5a2e4c437f638d3 (patch) | |
tree | 8dea43bf41051799d5e8b0d2edab8c6836ac7931 | |
parent | f0d3bab718d26387bcbb8615a01c6e8579f8a844 (diff) |
Fix entry template
-rw-r--r-- | templates/web/entry.html | 2 |
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 %} |