mirror of
https://github.com/wger-project/wger.git
synced 2026-02-18 00:17:51 +01:00
chore: remove compress tag to fix conflict
This commit is contained in:
@@ -44,32 +44,21 @@
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="{% static 'css/workout-manager.css' %}">
|
||||
<link rel="stylesheet" type="text/css" href="{% static 'bootstrap-compiled.css' %}">
|
||||
<link rel="stylesheet" type="text/css" href="{% static 'css/bootstrap-custom.css' %}">
|
||||
<link rel="stylesheet" type="text/css" href="{% static 'fontawesomefree/css/all.min.css' %}">
|
||||
<link rel="stylesheet" type="text/css" href="{% static 'node/@wger-project/react-components/build/assets/index.css' %}" id="react-css">
|
||||
<link rel="stylesheet" type="text/css" href="{% static 'css/language-menu.css' %}">
|
||||
|
||||
{% compress css %}
|
||||
<link rel="stylesheet" type="text/css" href="{% static 'css/workout-manager.css' %}">
|
||||
<link rel="stylesheet" type="text/css" href="{% static 'bootstrap-compiled.css' %}">
|
||||
<link rel="stylesheet" type="text/css" href="{% static 'css/bootstrap-custom.css' %}">
|
||||
<link rel="stylesheet" type="text/css" href="{% static 'fontawesomefree/css/all.min.css' %}">
|
||||
<link rel="stylesheet" type="text/css" href="{% static 'node/@wger-project/react-components/build/assets/index.css' %}" id="react-css">
|
||||
{% endcompress %}
|
||||
|
||||
<link rel="stylesheet" href="{% static 'css/language-menu.css' %}">
|
||||
|
||||
<link rel="icon" href="{% static 'images/favicon.png' %}" type="image/png">
|
||||
|
||||
{% compress js %}
|
||||
<script src="{% static 'node/jquery/dist/jquery.js' %}"></script>
|
||||
<script src="{% static 'node/bootstrap/dist/js/bootstrap.bundle.min.js' %}"></script>
|
||||
<script src="{% static 'node/htmx.org/dist/htmx.min.js' %}"></script>
|
||||
<script src="{% static 'node/@popperjs/core/dist/umd/popper.js' %}"></script>
|
||||
<script src="{% static 'node/devbridge-autocomplete/dist/jquery.autocomplete.min.js' %}">
|
||||
</script>
|
||||
<script src="{% static 'node/masonry-layout/dist/masonry.pkgd.min.js' %}"></script>
|
||||
<script src="{% static 'js/nutrition.js' %}"></script>
|
||||
<script src="{% static 'js/language.js' %}"></script>
|
||||
{% endcompress %}
|
||||
|
||||
{# this needs to be outside of the compress block! #}
|
||||
<script src="{% static 'node/jquery/dist/jquery.js' %}"></script>
|
||||
<script src="{% static 'node/bootstrap/dist/js/bootstrap.bundle.min.js' %}"></script>
|
||||
<script src="{% static 'node/htmx.org/dist/htmx.min.js' %}"></script>
|
||||
<script src="{% static 'node/@popperjs/core/dist/umd/popper.js' %}"></script>
|
||||
<script src="{% static 'node/devbridge-autocomplete/dist/jquery.autocomplete.min.js' %}"></script>
|
||||
<script src="{% static 'node/masonry-layout/dist/masonry.pkgd.min.js' %}"></script>
|
||||
<script src="{% static 'js/nutrition.js' %}"></script>
|
||||
<script src="{% static 'js/language.js' %}"></script>
|
||||
<script src="{% static 'node/@wger-project/react-components/build/main.js' %}" type="module" defer="defer"></script>
|
||||
|
||||
{% block header %}{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user