Skip to content
Snippets Groups Projects
Commit 75cd34f5 authored by ynerant's avatar ynerant
Browse files

Enlarge buttons table and transactions table

parent 6927f5fb
No related branches found
No related tags found
3 merge requests!104Beta,!98Morefront,!91Documents
Pipeline #8469 canceled with stages
......@@ -5,16 +5,19 @@
{% load pretty_money %}
{% block content %}
<div class="row mt-4">
<div class="col-xl-4">
{% block profile_info %}
{% endblock %}
<div class="row mt-4">
<div class="col-xl-4">
{% block profile_info %}
{% endblock %}
</div>
<div class="col-xl-8">
{% block profile_content %}
{% endblock %}
</div>
</div>
<div class="col-xl-8">
{% block profile_content %}
{% endblock %}
</div>
</div>
{% block extra_content %}
{% endblock %}
{% endblock %}
{% block extrajavascript %}
......
......@@ -20,6 +20,9 @@
{% block profile_content %}
{% crispy form %}
{% endblock %}
{% block extra_content %}
<div id="table">
{% render_table table %}
</div>
......
......@@ -11,7 +11,7 @@
</div>
</div>
<div class="row justify-content-center">
<div class="col-md-10">
<div class="col-md-12">
<div class="card card-border shadow">
<div class="card-header text-center">
<h5> {% trans "buttons listing "%}</h5>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment