Commit 4ef16d39 authored by Serge S. Koval's avatar Serge S. Koval Committed by GitHub

Fixed image URL

parent 59a2fd00
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
{% elif icon_type == 'image' %} {% elif icon_type == 'image' %}
<img src="{{ url_for('static', filename=icon_value) }}" alt="menu image"> <img src="{{ url_for('static', filename=icon_value) }}" alt="menu image">
{% elif icon_type == 'image-url' %} {% elif icon_type == 'image-url' %}
<img src="item.icon_value" alt="menu image"> <img src="{{ icon_value }}" alt="menu image">
{% endif %} {% endif %}
{% endif %} {% endif %}
{%- endmacro %} {%- endmacro %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment