ソースを参照

Signed-off-by: zry <admin@z-touhou.org>

zry 8 年 前
コミット
6f0c9bdd59
1 ファイル変更1 行追加0 行削除
  1. 1 0
      templates/vote/pw.view.html

+ 1 - 0
templates/vote/pw.view.html

@@ -35,6 +35,7 @@
         <tr>
           <th>操作</th>
           <td>
+            <a href="{%url 'pwflist' %}" role="button" class="btn btn-xs btn-primary">返回作品列表</a>
             <a href="{%url 'votephoto' pwobj.uuid %}" role="button" class="btn btn-xs btn-primary">投票给本作品</a>
             {% if hasnext %}
                 <a href="{%url 'pwview' nextuuid %}" role="button" class="btn btn-xs btn-primary">下一张作品</a>