WIP: CompensationAction using jstree

This commit is contained in:
2022-02-11 14:13:42 +01:00
parent 925d5f5070
commit 23790bca8d
10 changed files with 126 additions and 8 deletions

View File

@@ -2,6 +2,11 @@
{% load i18n l10n static fontawesome_5 humanize %}
{% block head %}
{% comment %}
Needed for custom Checkbox Tree Select Widget
{% endcomment %}
{% include 'form/scripts/jstree-scripts.html' %}
{% comment %}
dal documentation (django-autocomplete-light) states using form.media for adding needed scripts.
This does not work properly with modal forms, as the scripts are not loaded properly inside the modal.