Přidání verze do css linku, aby se jednorázově přenačetlo

This commit is contained in:
Jonas Havelka 2021-09-06 12:14:31 +02:00
parent ba5e6e3916
commit 2a46b598fb

View file

@ -10,7 +10,7 @@
{% block custom_css %}{% endblock %}
<link href="{% static 'css/bootstrap-theme.css' %}" rel="stylesheet">
<link href="{% static 'css/bootstrap.css' %}" rel="stylesheet">
<link href="{% static 'css/mamweb.css' %}" rel="stylesheet">
<link href="{% static 'css/mamweb.css' %}?version=1" rel="stylesheet">
<link href="{% static 'css/prettyPhoto.css' %}" rel="stylesheet" type="text/css" media="screen" charset="utf-8" />
<script src="{% static 'js/jquery-1.11.1.js' %}"></script>
<script src="{% static 'js/jquery-3.4.1.js' %}"></script>