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