quick add of row/container-fluid for margins - prob. should remove table too one day

This commit is contained in:
2022-07-10 15:19:59 +10:00
parent b9465d6f8b
commit 1507addf38

View File

@@ -1,6 +1,8 @@
{% extends "base.html" %} {% extends "base.html" %}
{% block main_content %} {% block main_content %}
<div class="row container-fluid">
<h3>Show All People</h3> <h3>Show All People</h3>
<table id="person_table" class="table table-striped table-sm" data-toolbar="#toolbar" data-search="true"> <table id="person_table" class="table table-striped table-sm" data-toolbar="#toolbar" data-search="true">
@@ -29,4 +31,6 @@
{% endfor %} {% endfor %}
</tbody> </tbody>
</table> </table>
</div>
{% endblock main_content %} {% endblock main_content %}