From abb0a329a568ded78a6d88d4086bf3bc3acf7003 Mon Sep 17 00:00:00 2001 From: "holger.trampe" Date: Mon, 26 Jul 2021 12:32:18 +0200 Subject: [PATCH] Import vorbereiten --- adm/templates/adm/adm_base.html | 24 ++++-- adm/templates/adm/adm_import_flow.html | 9 ++ adm/templates/adm/adm_import_overview.html | 58 +++++++++++++ adm/urls.py | 2 + adm/views.py | 37 +++++++++ api/urls.py | 3 +- api/views.py | 35 ++++++-- .../templates/dasettings/moduls_content.html | 8 +- .../dasettings/moduls_content_SAVE.html | 82 +++++++++++++++++++ dasettings/templates/dasettings/settings.html | 22 +++-- digitaleagentur/utils.py | 43 +++++++++- news/views.py | 1 + users/models.py | 3 +- users/views.py | 17 ++-- 14 files changed, 302 insertions(+), 42 deletions(-) create mode 100644 adm/templates/adm/adm_import_flow.html create mode 100644 adm/templates/adm/adm_import_overview.html create mode 100644 dasettings/templates/dasettings/moduls_content_SAVE.html diff --git a/adm/templates/adm/adm_base.html b/adm/templates/adm/adm_base.html index 6d03f8a..00941bd 100644 --- a/adm/templates/adm/adm_base.html +++ b/adm/templates/adm/adm_base.html @@ -97,6 +97,16 @@ Agenturen + {% if active_link == 'adm-import' %} + + {% if active_link == 'adm-bills' %}