mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-05 09:26:27 +00:00
Forgot the paginator in the MR !566.
This commit is contained in:
parent
dfb688f995
commit
efc08d3f9a
1 changed files with 9 additions and 0 deletions
|
@ -25,6 +25,10 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
{% load logs_extra %}
|
||||
|
||||
|
||||
{% if port_profile_list.paginator %}
|
||||
{% include 'pagination.html' with list=port_profile_list %}
|
||||
{% endif %}
|
||||
|
||||
{% for port_profile in port_profile_list %}
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
|
@ -119,3 +123,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
</div>
|
||||
</div>
|
||||
{% endfor %}
|
||||
|
||||
|
||||
{% if port_profile_list.paginator %}
|
||||
{% include 'pagination.html' with list=port_profile_list %}
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in a new issue