mirror of
https://github.com/Rushilwiz/HiLo.git
synced 2025-04-09 14:40:16 -04:00
fixed emotion
This commit is contained in:
parent
8d91af9879
commit
0a415754c4
|
@ -125,7 +125,7 @@
|
|||
<div class="col emote">
|
||||
<label for="{{ radio.id_for_label }}">
|
||||
{{ 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>
|
||||
</div>
|
||||
{% endfor %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user