浏览代码

small fix, closed table head

Juan Carlos 4 年之前
父节点
当前提交
a6479a3806
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      marktplatz/templates/marktplatz/admin_panel.html

+ 1 - 0
marktplatz/templates/marktplatz/admin_panel.html

@@ -21,6 +21,7 @@
         <th scope="col"> submitted</th> -->
 
     </tr>
+    </thead>
     {% for product in product_list %}
     <tr class="">
       <td scope="col"><img src="{{product.media_set.first.image_small.url}}" width="50" height="50" alt="{{ product.pk }}"> </td>