mirror of
https://github.com/Rushilwiz/HiLo.git
synced 2025-04-20 11:50:16 -04:00
fixed emotion
This commit is contained in:
parent
8d91af9879
commit
0a415754c4
|
@ -125,7 +125,7 @@
|
||||||
<div class="col emote">
|
<div class="col emote">
|
||||||
<label for="{{ radio.id_for_label }}">
|
<label for="{{ radio.id_for_label }}">
|
||||||
{{ radio.tag }}
|
{{ radio.tag }}
|
||||||
<img src="{% static 'css/res/'|add:radio.choice_label|add:'.svg' %}" alt="">
|
<img src="{% static 'css/res/'|add:radio.choice_label|add:'.svg'|lower } %}" alt="">
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user