Fix html
This commit is contained in:
parent
ed90cdab57
commit
50afd6cd59
1 changed files with 1 additions and 1 deletions
|
@ -315,10 +315,10 @@
|
||||||
{% endwith %}
|
{% endwith %}
|
||||||
</div>
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
</div>
|
||||||
{% if page_obj.num_pages > 1 %}
|
{% if page_obj.num_pages > 1 %}
|
||||||
<div style="margin-top:10px;">{% include "list-pages.html" %}</div>
|
<div style="margin-top:10px;">{% include "list-pages.html" %}</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue