summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Godwin2022-11-27 14:34:26 -0700
committerAndrew Godwin2022-11-27 15:40:17 -0700
commitc76c72fc81ad060e5896dbd318fd4610f7bdb713 (patch)
treea1e68347c89f895dff64159eb046f7c7ad07b539
parent2d4cf3d56e6e22ad4b699603ca52a663515805aa (diff)
downloadtakahe-c76c72fc81ad060e5896dbd318fd4610f7bdb713.tar.gz
takahe-c76c72fc81ad060e5896dbd318fd4610f7bdb713.tar.bz2
takahe-c76c72fc81ad060e5896dbd318fd4610f7bdb713.zip
Don't link originals for replies
-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 d27790f..75b56d8 100644
--- a/templates/activities/post.html
+++ b/templates/activities/post.html
@@ -5,6 +5,6 @@
{% block content %}
{% include "activities/_post.html" %}
{% for reply in replies %}
- {% include "activities/_post.html" with post=reply reply=True %}
+ {% include "activities/_post.html" with post=reply reply=True link_original=False %}
{% endfor %}
{% endblock %}