forked from MarseyWorld/MarseyWorld
fix
parent
63cc0fd752
commit
d6af81f6b4
|
@ -1,9 +1,6 @@
|
||||||
{% extends "default.html" %}
|
{% extends "default.html" %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<pre>
|
<div class="col-span-full">
|
||||||
|
|
||||||
|
|
||||||
</pre>
|
|
||||||
<h5 style="text-align: center">{{name2}}</h5>
|
<h5 style="text-align: center">{{name2}}</h5>
|
||||||
<pre></pre>
|
<pre></pre>
|
||||||
<table class="table table-striped mb-5">
|
<table class="table table-striped mb-5">
|
||||||
|
@ -24,5 +21,5 @@
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
Loading…
Reference in New Issue