浏览代码

Add pagination partial to the stock alert list template

master
Joey Jurjens 3 年前
父节点
当前提交
3368352ff4
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      src/oscar/templates/oscar/dashboard/catalogue/stockalert_list.html

+ 1
- 0
src/oscar/templates/oscar/dashboard/catalogue/stockalert_list.html 查看文件

@@ -76,5 +76,6 @@
76 76
 
77 77
     {% endif %}
78 78
 </table>
79
+{% include "oscar/dashboard/partials/pagination.html" %}
79 80
 
80 81
 {% endblock dashboard_content %}

正在加载...
取消
保存