Added foldable apps support. #117

This commit is contained in:
Fabio Caccamo
2021-11-23 22:32:01 +01:00
parent 3a2b59f7cc
commit 593709808f
7 changed files with 141 additions and 1 deletions
@@ -0,0 +1,6 @@
{% load static %}
{% if theme.foldable_apps %}
<link rel="stylesheet" type="text/css" href="{% static 'admin_interface/foldable-apps/foldable-apps.css' %}?v={{ version }}">
<script type="text/javascript" src="{% static 'admin_interface/foldable-apps/foldable-apps.js' %}?v={{ version }}"></script>
{% endif %}