forked from leftypol/leftypol
Add data-board to post container in order to allow quick-post-controls.js to work with overboard's / ukko theme
This commit is contained in:
parent
ac07ce6220
commit
afd749415b
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
{% filter remove_whitespace %}
|
{% filter remove_whitespace %}
|
||||||
{# tabs and new lines will be ignored #}
|
{# 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">>></div>
|
<div class="sidearrows">>></div>
|
||||||
<div class="post reply" id="reply_{{ post.id }}">
|
<div class="post reply" id="reply_{{ post.id }}">
|
||||||
<p class="intro">
|
<p class="intro">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue