forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-12 20:56:28 -06:00
parent 63cc0fd752
commit d6af81f6b4
1 changed files with 22 additions and 25 deletions

View File

@ -1,9 +1,6 @@
{% extends "default.html" %}
{% block content %}
<pre>
</pre>
<div class="col-span-full">
<h5 style="text-align: center">{{name2}}</h5>
<pre></pre>
<table class="table table-striped mb-5">
@ -24,5 +21,5 @@
{% endfor %}
</tbody>
</table>
</div>
{% endblock %}