Fix image path
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
{% endif %}
|
||||
|
||||
<div style="float: left; margin-right: 10px;">
|
||||
<img style="margin-top: 12px;" src="{% static 'images/icons/question.png' %}" alt="{% trans 'question bubble' %}" />
|
||||
<img style="margin-top: 12px;" src="{% static 'main/icons/question.png' %}" alt="{% trans 'question bubble' %}" />
|
||||
</div>
|
||||
<div style="float: left; width: 90%;">
|
||||
{% if title %}
|
||||
|
||||
Reference in New Issue
Block a user