mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-21 23:01:00 +00:00
Don't link originals for replies
This commit is contained in:
parent
2d4cf3d56e
commit
c76c72fc81
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue