Tweak in reply to this xyz text

This commit is contained in:
Thomas Sileo 2022-11-30 19:30:26 +01:00
parent a273f26549
commit 436d5ccf1b
1 changed files with 2 additions and 2 deletions

View File

@ -467,7 +467,7 @@
</div>
<p class="in-reply-to">in reply to <a href="{{ wm_reply.in_reply_to }}" title="{{ wm_reply.in_reply_to }}" rel="nofollow">
this note
this object
</a></p>
<div class="obj-content margin-top-20">
@ -514,7 +514,7 @@
{% if object.in_reply_to %}
<p class="in-reply-to">in reply to <a href="{% if is_admin and object.is_in_reply_to_from_inbox %}{{ url_for("get_lookup") }}?query={% endif %}{{ object.in_reply_to }}" title="{{ object.in_reply_to }}" rel="nofollow">
this {{ object.ap_type|lower }}
this object
</a></p>
{% endif %}