Browse Source

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

pull/40/head
czaks 11 years ago
parent
commit
802fd16d46
  1. 2
      templates/post_thread.html

2
templates/post_thread.html

@ -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 }}

Loading…
Cancel
Save