diff --git a/bskyweb/templates/post.html b/bskyweb/templates/post.html index 05d62a1c8f..25a68c9718 100644 --- a/bskyweb/templates/post.html +++ b/bskyweb/templates/post.html @@ -43,6 +43,6 @@
{{ postView.Author.DisplayName }}
{{ postView.Author.Handle }}
{{ postView.Author.Did }}
-{{ postView.Record.Text }}
+{{ postView.Record.Val.Text }}
{%- endblock %}