post_reply.html: add user-controls hook for js

This commit is contained in:
Zankaria 2024-10-01 01:10:19 +02:00
parent f180940296
commit a86c59297e

View file

@ -16,6 +16,7 @@
<a class="post_no" id="post_no_{{ post.id }}" title="Link to this post" onclick="highlightReply({{ post.id }})" href="{% if isnoko50 %}{{ post.link('', config.file_page50) }}{% else %}{{ post.link }}{% endif %}">No.</a>
<a class="post_no" title="Reply to this post" onclick="citeReply({{ post.id }})" href="{% if isnoko50 %}{{ post.link('q', config.file_page50) }}{% else %}{{ post.link('q') }}{% endif %}">{{ post.id }}</a>
</label>
<label class="user-controls">{# Used by some js #}</label>
</p>
<div class="head">
{% include 'post/post_controls.html' %}