浏览代码

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

pull/89/merge
Benjamin Southall 7 年前
父节点
当前提交
be28bdff8d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      templates/post_reply.html

+ 1
- 1
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">


正在加载...
取消
保存