Skip to content

Commit

Permalink
Fix the asset name
Browse files Browse the repository at this point in the history
  • Loading branch information
tino097 committed Nov 21, 2022
1 parent 7bb7063 commit a3520ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/montreal_theme/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
{% block styles %}
{{ super() }}
{% if g.homepage_style == '4' %}
{% asset 'frontend/frontend-style' %}
{% asset 'montreal_theme/montreal_theme-style' %}
{% endif %}
{% endblock %}

0 comments on commit a3520ca

Please sign in to comment.