From 77a0f47a7b3bfc8cf4abef63f061bb8b11383f2e Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 27 Jun 2019 19:33:35 +0200 Subject: Merge: better layout - fix max page --- ishtar_common/templates/ishtar/merge.html | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) (limited to 'ishtar_common/templates') diff --git a/ishtar_common/templates/ishtar/merge.html b/ishtar_common/templates/ishtar/merge.html index a0bd0dcfd..7f46231f1 100644 --- a/ishtar_common/templates/ishtar/merge.html +++ b/ishtar_common/templates/ishtar/merge.html @@ -3,14 +3,26 @@ {% block content %}

{% trans "Merge" %}

-

-

{% if previous_page %}{% else %} {% endif %} - {% trans "Page " %}{{current_page}}/{{max_page}} -{% if next_page %}{% else %} {% endif %}

+
+ + +
+
+
+ {% if previous_page %} + {% else %} + {% endif %} + {% trans "Page " %}{{current_page}}/{{max_page}} + {% if next_page %} + {% else %} + {% endif %} +
+
{% csrf_token %} {{formset.management_form}} {% for form in formset %}{% for hidden_field in form.hidden_fields %}{{hidden_field}}{% endfor %}{% endfor %} - +
-- cgit v1.2.3
{% trans "Item A" %}