From 358291cb222400434ff5619abd69fb8d9a6054f1 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 2 Sep 2020 12:44:44 +0200 Subject: Admin - Document tag: add merge action --- ishtar_common/templates/admin/merge.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 ishtar_common/templates/admin/merge.html (limited to 'ishtar_common/templates') diff --git a/ishtar_common/templates/admin/merge.html b/ishtar_common/templates/admin/merge.html new file mode 100644 index 000000000..98c66ad8e --- /dev/null +++ b/ishtar_common/templates/admin/merge.html @@ -0,0 +1,17 @@ +{% extends "admin/base_site.html" %}{% load i18n %} + +{% block content %} + +
+{% csrf_token %} + + {{ merge_form }} +
+ + {% for selected in selected_items %} + + {% endfor %} + +
+ +{% endblock %} -- cgit v1.2.3