7 lines
343 B
HTML
7 lines
343 B
HTML
{% load static %}
|
|
|
|
{% if theme.foldable_apps %}
|
|
<link rel="stylesheet" type="text/css" href="{% static 'admin_interface/foldable-apps/foldable-apps.css' %}?nocache={{ version_md5_cache }}">
|
|
<script type="text/javascript" src="{% static 'admin_interface/foldable-apps/foldable-apps.js' %}?nocache={{ version_md5_cache }}"></script>
|
|
{% endif %}
|