summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorAndrew Godwin2022-11-21 21:18:13 -0700
committerAndrew Godwin2022-11-21 21:18:13 -0700
commit53d94529175dface366a935eea2c2bcc1eeab15c (patch)
tree169575fc31d532fdb31a924636fc535c55c60df4 /templates
parenta80e0f117a0271d428abd939e2896857a8da1b5c (diff)
downloadtakahe-53d94529175dface366a935eea2c2bcc1eeab15c.tar.gz
takahe-53d94529175dface366a935eea2c2bcc1eeab15c.tar.bz2
takahe-53d94529175dface366a935eea2c2bcc1eeab15c.zip
Outgoing mentions mostly work (exc. cc followers)
Diffstat (limited to 'templates')
-rw-r--r--templates/activities/_post.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/activities/_post.html b/templates/activities/_post.html
index 3d455ea..80fa653 100644
--- a/templates/activities/_post.html
+++ b/templates/activities/_post.html
@@ -36,7 +36,7 @@
{% endif %}
<div class="content {% if post.summary %}hidden{% endif %}">
- {{ post.safe_content }}
+ {{ post.safe_content_local }}
</div>
{% if post.attachments.exists %}