Tweak in reply to this xyz text

v2
Thomas Sileo 2022-11-30 19:30:26 +01:00
rodzic a273f26549
commit 436d5ccf1b
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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 %}