Skip to content
Snippets Groups Projects
Commit 8e5c2511 authored by Giuseppe Trotta's avatar Giuseppe Trotta
Browse files

fix static asset path in base template

parent 4c7f27bd
No related branches found
Tags 1.0.0
No related merge requests found
......@@ -3,6 +3,6 @@ using Webassets. 'mistral/' is the name that the mistral/webassets directory was
registered with when the toolkit.add_resource() function was called. 'mistral'
is the name to the Webassets bundle file, registered inside webassets.yml file.
#} {# % asset 'mistral/mistral' % #}
<link rel="stylesheet" href="/styles/mistral.css" />
<link rel="stylesheet" href="{{ h.url_for_static('/styles/mistral.css') }}" />
{% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment