From 46c8cbb182ca7251a249e7deb8b7f9bc1ef86820 Mon Sep 17 00:00:00 2001 From: Jean-Romain Garnier Date: Fri, 6 Aug 2021 16:39:50 +0200 Subject: [PATCH] fix: Deposites app indentation --- deposits/templates/deposits/aff_deposits.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/deposits/templates/deposits/aff_deposits.html b/deposits/templates/deposits/aff_deposits.html index 1ed4ac6f..09263b46 100644 --- a/deposits/templates/deposits/aff_deposits.html +++ b/deposits/templates/deposits/aff_deposits.html @@ -29,14 +29,14 @@ with this program; if not, write to the Free Software Foundation, Inc.,
- +
- - + + - - + + {% for deposit in deposits_list %} @@ -62,8 +62,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{% trans "User" %}{% trans "Item" %}{% trans "User" %}{% trans "Item" %} {% trans "Amount" %}{% trans "Date" %}{% trans "Returned" %}{% trans "Date" %}{% trans "Returned" %}
- {% if deposits_list.paginator %} - {% include 'pagination.html' with list=deposits_list go_to_id="deposits" %} - {% endif %} + {% if deposits_list.paginator %} + {% include 'pagination.html' with list=deposits_list go_to_id="deposits" %} + {% endif %}
{% endblock %}