forked from leftypol/leftypol
templates/post_thread.html: add data-board field for every thread; mainly for post-hiding and ukko integration
This commit is contained in:
parent
da57f51c87
commit
802fd16d46
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
{% filter remove_whitespace %}
|
{% filter remove_whitespace %}
|
||||||
{# tabs and new lines will be ignored #}
|
{# tabs and new lines will be ignored #}
|
||||||
|
|
||||||
<div id="thread_{{ post.id }}">
|
<div id="thread_{{ post.id }}" data-board="{{ board.uri }}">
|
||||||
|
|
||||||
{% if post.embed %}
|
{% if post.embed %}
|
||||||
{{ post.embed }}
|
{{ post.embed }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue