Skip to content
Snippets Groups Projects
Commit f2b77ff2 authored by Jonathan Weth's avatar Jonathan Weth :keyboard: Committed by Julian
Browse files

Integrate django-iconify and iconify with AlekSIS

parent 1b32e404
No related branches found
No related tags found
1 merge request!686Resolve "Change material icon set"
......@@ -56,6 +56,9 @@
<script type="text/javascript" src="{% url 'config.js' %}"></script>
{% include_js "iconify" %}
<script type="text/javascript" src="{% url 'config.js' %}"></script>
{% include_js "iconify" %}
{# Include jQuery early to provide $(document).ready #}
{% include_js "jQuery" %}
......
......@@ -127,6 +127,7 @@ sentry-sdk = {version = "^1.4.3", optional = true}
django-cte = "^1.1.5"
pycountry = "^22.0.0"
django-iconify = "^0.1.0"
django-iconify = "^0.1.0"
[tool.poetry.extras]
ldap = ["django-auth-ldap"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment