templates/post_thread.html: add data-board field for every thread; mainly for post-hiding and ukko integration

This commit is contained in:
czaks 2013-06-24 08:46:59 -04:00
parent da57f51c87
commit 802fd16d46

View File

@ -1,7 +1,7 @@
{% filter remove_whitespace %}
{# tabs and new lines will be ignored #}
<div id="thread_{{ post.id }}">
<div id="thread_{{ post.id }}" data-board="{{ board.uri }}">
{% if post.embed %}
{{ post.embed }}