bd 3.0
This commit is contained in:
@ -5,4 +5,5 @@
|
||||
{% block content %}
|
||||
<h1 class="display-4">{{ title }}</h1>
|
||||
{{ create_form() }}
|
||||
|
||||
{% endblock %}
|
@ -4,5 +4,7 @@
|
||||
|
||||
{% block content %}
|
||||
<h1 class="display-4">{{ title }}</h1>
|
||||
|
||||
{{ create_table() }}
|
||||
{{ create_pagination() }}
|
||||
{% endblock %}
|
@ -16,6 +16,8 @@
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
Reference in New Issue
Block a user