From 90b65123f6740eb6c5683f92f0c4d304c656c37b Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 18 Feb 2025 12:25:56 +0100 Subject: ✨ admin: improve Next/Previous buttons, importer columns - set default importer type and col number MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ishtar_common/templates/admin/change_form.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ishtar_common/templates') diff --git a/ishtar_common/templates/admin/change_form.html b/ishtar_common/templates/admin/change_form.html index f5c83faa6..9195a3245 100644 --- a/ishtar_common/templates/admin/change_form.html +++ b/ishtar_common/templates/admin/change_form.html @@ -19,6 +19,7 @@ {% trans "History" %} {% if has_absolute_url %}
  • {% trans "View on site" %}
  • {% endif %} + {% if previous_item or next_item %}
  • {% if previous_item %} {% trans "Previous" %} @@ -36,4 +37,5 @@ {% endif %}
  • + {% endif %} {% endblock %} -- cgit v1.2.3