Browse Source

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

zry 8 years ago
parent
commit
6f0c9bdd59
1 changed files with 1 additions and 0 deletions
  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>