Cache the table and remove CRUD tools included in mixins

This commit is contained in:
2023-02-11 15:44:20 +00:00
parent 5d6f96bbf3
commit 11d4542412
18 changed files with 513 additions and 725 deletions

View File

@@ -1,4 +1,4 @@
{% extends 'wm/modal.html' %}
{% extends 'mixins/wm/modal.html' %}
{% load index %}
{% load static %}

View File

@@ -1,4 +1,4 @@
{% extends 'wm/modal.html' %}
{% extends 'mixins/wm/modal.html' %}
{% block modal_content %}
{% include 'window-content/drilldown.html' %}