mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-25 16:51: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 %}
|
{% block content %}
|
||||||
{% include "activities/_post.html" %}
|
{% include "activities/_post.html" %}
|
||||||
{% for reply in replies %}
|
{% 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 %}
|
{% endfor %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in a new issue