From 7eaddb898570caaf19e94e3b2c889572eaf7a59c Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 12 Sep 2019 21:19:19 +0200 Subject: New management of popup for new items - manage author and persons --- ishtar_common/templates/base.html | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'ishtar_common/templates/base.html') diff --git a/ishtar_common/templates/base.html b/ishtar_common/templates/base.html index 3bfe95141..4854c43d0 100644 --- a/ishtar_common/templates/base.html +++ b/ishtar_common/templates/base.html @@ -193,6 +193,14 @@ {% include 'ishtar/blocks/footer.html' %} {% endblock %} + + {% for extra_form in extra_form_modals %} + + {% endfor %} -
-- cgit v1.2.3