This commit is contained in:
mipel
2021-07-01 13:36:07 +02:00
commit c14e9466fb
91 changed files with 22395 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
{% extends 'base.html' %}
{% block body %}
<div class="style-2">
{% include 'table.html' %}
</div>
{% endblock %}