@ddj-v2/user-management 2.5.0 → 2.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ddj-v2/user-management",
3
- "version": "2.5.0",
3
+ "version": "2.6.0",
4
4
  "description": "Advanced user management plugin for Hydro",
5
5
  "main": "index.ts",
6
6
  "author": "Grass_cat",
@@ -1,5 +1,6 @@
1
1
  {% import "components/user.html" as user with context %}
2
2
  {% import "components/sidemenu.html" as sidemenu with context %}
3
+ {% import "components/paginator.html" as paginator with context %}
3
4
  {% extends "manage_base.html" %}
4
5
 
5
6
  {% block manage_content %}
@@ -125,7 +126,7 @@
125
126
  <div class="section__body">
126
127
  <div class="row">
127
128
  <div class="columns">
128
- {% include "components/paginator.html" %}
129
+ {{ paginator.render(page, upcount) }}
129
130
  </div>
130
131
  </div>
131
132
  </div>