Don't link originals for replies
This commit is contained in:
parent
2d4cf3d56e
commit
c76c72fc81
|
@ -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 New Issue