Browse Source

Add data-board to post container in order to allow quick-post-controls.js to work with overboard's / ukko theme

pull/40/head
Benjamin Southall 7 years ago
parent
commit
be28bdff8d
  1. 2
      templates/post_reply.html

2
templates/post_reply.html

@ -1,6 +1,6 @@
{% filter remove_whitespace %}
{# tabs and new lines will be ignored #}
<div class="postcontainer" id="pc{{ post.id }}">
<div class="postcontainer" id="pc{{ post.id }}" data-board="{{ board.uri }}">
<div class="sidearrows">&gt;&gt;</div>
<div class="post reply" id="reply_{{ post.id }}">
<p class="intro">

Loading…
Cancel
Save