forked from leftypol/leftypol
post_reply.html: add user-controls hook for js
This commit is contained in:
parent
f180940296
commit
a86c59297e
1 changed files with 1 additions and 0 deletions
|
@ -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' %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue