Browse Source

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

zry 8 years ago
parent
commit
f7f3af3e10
1 changed files with 2 additions and 8 deletions
  1. 2 8
      templates/vote/pw.plist.html

+ 2 - 8
templates/vote/pw.plist.html

@@ -21,21 +21,15 @@
 <div>
     <table class="table table-hover table-striped  table-bordered table-condensed">
         <tr>
-            <th>作品ID</th>
             <th>标题</th>
-            <th>参赛者账号</th>
-            <th>参赛者姓名</th>
-            <th>导入批号</th>
+            <th>作品描述</th>
             <th>得票数</th>
             <th>操作</th>
         </tr>
         {% for i in lPage %}
         <tr style="font-size: 13px;">
-            <td>{{ i.uuid }}</td>
             <td>{{ i.title }}</td>
-            <td>{{ i.author.user.username }}</td>
-            <td>{{ i.author.user.nickname  }}</td>
-            <td>{{ i.importid }}</td>
+            <td>{{ i.desc |slice:"35" }}...</td>
             <td>{{ i.score }}</td>
             <td class="host_buttom">
                 <a class="btn btn-warning btn-xs"  href={% url "pwview" i.uuid %} target="_blank">查看</a>