fix: Don't include web_include_css when custom theme is set
This commit is contained in:
parent
4d51b00dcf
commit
30491ccf3c
1 changed files with 1 additions and 1 deletions
|
|
@ -29,11 +29,11 @@
|
|||
<link type="text/css" rel="stylesheet" href="{{ theme.custom_theme_url }}">
|
||||
{% else %}
|
||||
<link type="text/css" rel="stylesheet" href="/assets/css/frappe-web-b4.css">
|
||||
{% endif %}
|
||||
|
||||
{%- for link in web_include_css %}
|
||||
<link type="text/css" rel="stylesheet" href="{{ link|abs_url }}">
|
||||
{%- endfor -%}
|
||||
{% endif %}
|
||||
{%- endblock -%}
|
||||
|
||||
{%- block head_include %}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue