1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-29 04:40:55 +02:00

Enlarge buttons table and transactions table

This commit is contained in:
Yohann D'ANELLO
2020-08-15 20:04:19 +02:00
parent 6927f5fbb6
commit 75cd34f5dd
3 changed files with 16 additions and 10 deletions

View File

@ -20,6 +20,9 @@
{% block profile_content %}
{% crispy form %}
{% endblock %}
{% block extra_content %}
<div id="table">
{% render_table table %}
</div>