mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-24 12:23:11 +00:00
fix: Deposites app indentation
This commit is contained in:
parent
715ee3342e
commit
46c8cbb182
1 changed files with 8 additions and 8 deletions
|
@ -29,14 +29,14 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
|
|
||||||
<div class="table-responsive">
|
<div class="table-responsive">
|
||||||
|
|
||||||
<table class="table">
|
<table class="table">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="col">{% trans "User" %}</th>
|
<th scope="col">{% trans "User" %}</th>
|
||||||
<th scope="col">{% trans "Item" %}</th>
|
<th scope="col">{% trans "Item" %}</th>
|
||||||
<th scope="col">{% trans "Amount" %}</th>
|
<th scope="col">{% trans "Amount" %}</th>
|
||||||
<th scope="col">{% trans "Date" %}</th>
|
<th scope="col">{% trans "Date" %}</th>
|
||||||
<th scope="col">{% trans "Returned" %}</th>
|
<th scope="col">{% trans "Returned" %}</th>
|
||||||
<th scope="col"></th>
|
<th scope="col"></th>
|
||||||
</tr>
|
</tr>
|
||||||
{% for deposit in deposits_list %}
|
{% for deposit in deposits_list %}
|
||||||
|
@ -62,8 +62,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
</thead>
|
</thead>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
{% if deposits_list.paginator %}
|
{% if deposits_list.paginator %}
|
||||||
{% include 'pagination.html' with list=deposits_list go_to_id="deposits" %}
|
{% include 'pagination.html' with list=deposits_list go_to_id="deposits" %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in a new issue