Skip to content

Commit

Permalink
dsfr: add param in the querystring
Browse files Browse the repository at this point in the history
It forces to invalidate the cache to use the latest version of the dsfr.
We forgot to do it in the previous commit all the resources.
  • Loading branch information
brmzkw committed Jul 18, 2024
1 parent 5ce02e6 commit 71065bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mesads/templates/django/skeleton.html
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,9 @@
</div>
</footer>

<script type="module" src="{% static '@gouvfr/dsfr/dsfr.module.js' %}"></script>
<script type="text/javascript" nomodule src="{% static '@gouvfr/js/dsfr.nomodule.js' %}"></script>
<script type="text/javascript" src="{% static 'admin/js/vendor/jquery/jquery.js' %}"></script>
<script type="module" src="{% static '@gouvfr/dsfr/dsfr.module.js' %}?v=20240718"></script>
<script type="text/javascript" nomodule src="{% static '@gouvfr/js/dsfr.nomodule.js' %}?v=20240718"></script>
<script type="text/javascript" src="{% static 'admin/js/vendor/jquery/jquery.js' %}?v=20240718"></script>

{% if MESADS_CRISP_WEBSITE_ID %}
<script type="text/javascript">
Expand Down

0 comments on commit 71065bf

Please sign in to comment.