소스 검색

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>