force main.css reload

This commit is contained in:
Lucie Galland 2021-12-13 16:44:59 +01:00
parent 9ea37de108
commit dba4498cd7

View file

@ -16,7 +16,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
{% block extrahead %}{% endblock %}
<link rel="stylesheet" href="{% static 'css/bootstrap.css' %}">
<link rel="stylesheet" href="{% static 'css/main.css' %}" />
<link rel="stylesheet" href="{% static 'css/main.css' %}?version=1" />
<link rel="stylesheet" href="{% static 'css/add2calendar.css' %}">
</head>