This commit is contained in:
kali
2024-04-03 18:25:38 +03:00
parent 09b5167a1a
commit cfe5b3cca5
17 changed files with 227 additions and 147 deletions

View File

@ -5,4 +5,5 @@
{% block content %}
<h1 class="display-4">{{ title }}</h1>
{{ create_form() }}
{% endblock %}

View File

@ -4,5 +4,7 @@
{% block content %}
<h1 class="display-4">{{ title }}</h1>
{{ create_table() }}
{{ create_pagination() }}
{% endblock %}

View File

@ -16,6 +16,8 @@
</div>
</div>
</div>
</body>