File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 21
21
integrity ="sha256-2Pmvv0kuTBOenSvLm6bvfBSSHrUJ+3A7x6P5Ebd07/g= "
22
22
crossorigin ="anonymous "> </ script >
23
23
<!-- Tailwind & DaisyUI -->
24
- < link rel ="stylesheet " href ="{% static 'src/output.css' %} ">
24
+ < link rel ="stylesheet " href ="{% static 'src/output.css' %}?v={{ version }} ">
25
25
{# < script src ="https://cdn.tailwindcss.com "> </ script > #}
26
26
<!-- FontAwesome -->
27
27
< link rel ="stylesheet "
56
56
{% render_bundle 'htmx' 'js' %}
57
57
{% render_bundle 'font_awesome' 'js' %}
58
58
<!-- Tailwind & DaisyUI -->
59
- < link rel ="stylesheet " href ="{% static 'src/output.css' %} ">
59
+ < link rel ="stylesheet " href ="{% static 'src/output.css' %}?v={{ version }} ">
60
60
{% endif %}
61
61
{% render_bundle 'receipt_downloads' 'js' %}
62
62
{{ analytics|safe }}
You can’t perform that action at this time.
0 commit comments