From b4e9390b5672a1ccb12dd2b96dbf7a6aec0783f5 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 27 Oct 2021 14:20:12 +0000 Subject: Admin - list action: change parent (refs #4698) --- ishtar_common/templates/admin/change_parent.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 ishtar_common/templates/admin/change_parent.html (limited to 'ishtar_common/templates') diff --git a/ishtar_common/templates/admin/change_parent.html b/ishtar_common/templates/admin/change_parent.html new file mode 100644 index 000000000..8d6744cff --- /dev/null +++ b/ishtar_common/templates/admin/change_parent.html @@ -0,0 +1,17 @@ +{% extends "admin/base_site.html" %}{% load i18n %} + +{% block content %} + +
+ {% csrf_token %} + + {{ change_parent_form }} +
+ + {% for selected in selected_items %} + + {% endfor %} + +
+ +{% endblock %} -- cgit v1.2.3