Commit 048906e2 by Dányi Bence

webui: fix icon path

parent ecbf9741
......@@ -7,7 +7,7 @@
<div class="boxhelp">
<div class="help">
<div class="icon">
<img src="/static/icons/information-frame.png" alt="{% trans "Help" %}" />
<img src="{% static "icons/information-frame.png" %}" alt="{% trans "Help" %}" />
</div>
<div class="boxhelp-box">
<p>{% blocktrans %}This is the list of your own templates.{% endblocktrans %}</p>
......
......@@ -7,7 +7,7 @@
<div class="boxhelp">
<div class="help">
<div class="icon">
<img src="/static/icons/information-frame.png" alt="{% trans "Help" %}" />
<img src="{% static "icons/information-frame.png" %}" alt="{% trans "Help" %}" />
</div>
<div class="boxhelp-box">
<p>{% blocktrans %}This is the list of your own templates.{% endblocktrans %}</p>
......
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 sign in to comment