We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3bb4dd commit 0ef25f6Copy full SHA for 0ef25f6
prefix_finder/frontend/templates/base.html
@@ -17,7 +17,7 @@
17
18
<!-- Styles -->
19
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
20
- <link rel="stylesheet" href="{% static 'css/main.css'%}">
+ <link rel="stylesheet" href="{% static 'css/main.css'%}?version=2">
21
{% block extra_style %}{% endblock %}
22
{% get_favicons prefix="favicons/" %}
23
</head>
0 commit comments