Remove / in url_for parameter for simple theme

Same change as with the oscar theme.
This commit is contained in:
Hypolite Petovan 2017-10-18 23:45:30 -04:00 committed by GitHub
parent 904a8e7e3f
commit d506d87f60
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
<!-- Draw favicon --> <!-- Draw favicon -->
{% macro draw_favicon(favicon) -%} {% macro draw_favicon(favicon) -%}
<img width="14" height="14" class="favicon" src="{{ url_for('static', filename='/themes/simple/img/icons/' + favicon + '.png') }}" alt="{{ favicon }}" /> <img width="14" height="14" class="favicon" src="{{ url_for('static', filename='themes/simple/img/icons/' + favicon + '.png') }}" alt="{{ favicon }}" />
{%- endmacro %} {%- endmacro %}
{% macro result_open_link(url, classes='') -%} {% macro result_open_link(url, classes='') -%}