Skip to content

Commit

Permalink
fix(ui): add pagination into clans overview accounts
Browse files Browse the repository at this point in the history
  • Loading branch information
Hojagulyyev committed Nov 15, 2023
1 parent fcdd364 commit 59e4fb6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions templates/clans/overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,10 @@ <h2 class="section-title">Overview</h2>
</div>
<!-- /WIDGET BOX -->

<!-- SECTION PAGER BAR WRAP -->
{% include "includes/pager-bar.html" with objects=accounts %}
<!-- /SECTION PAGER BAR WRAP -->

</div>
{% endblock content %}

Expand Down

0 comments on commit 59e4fb6

Please sign in to comment.