1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2024-12-25 07:35:22 +00:00

Added pagination to logs list template

This commit is contained in:
Real-Gecko 2020-06-15 15:48:32 +06:00
parent e4e86ed576
commit 354163fa1d

View file

@ -1,5 +1,6 @@
{% extends "base.html" %}
{% load i18n %}
{% load bootstrap4 %}
{% block title %}{% trans "Logs" %}{% endblock %}
{% block content %}
<!-- Page Heading -->
@ -47,7 +48,7 @@
</tbody>
</table>
</div>
{% include "paging.html" %}
{% bootstrap_pagination logs %}
{% endif %}
</div>
</div>