This commit is contained in:
kek7198 2021-12-13 07:27:39 -06:00
parent a2358a3cef
commit 82e4f44d0e

View file

@ -6,6 +6,7 @@
{% endblock %}
{% block content %}
<div class="col-span-full my-4">
<pre>
@ -27,7 +28,7 @@
<table class="table table-striped mb-5">
<table class="w-full table table-striped mb-5">
<thead class="bg-primary text-white">
<tr>
<th></th>
@ -84,5 +85,5 @@
{% endif %}
</div>
{% endblock %}