Browse Source

[bugfix] fix the next page url of template_list

laiwei 8 years ago
parent
commit
4e3c8bfa44
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rrd/templates/portal/template/list.html

+ 1 - 1
rrd/templates/portal/template/list.html

@@ -74,7 +74,7 @@
         </a>
     </div>
     {% import "portal/blocks.html" as blocks %}
-    {{ blocks.pager('/templates?q='+data.query+'&mine='+data.mine, data.total, data.limit, data.page) }}
+    {{ blocks.pager('/portal/template?q='+data.query+'&mine='+data.mine, data.total, data.limit, data.page) }}
 
     <script>
         $(function () {