fixed emotion

This commit is contained in:
Rushil Umaretiya 2020-08-27 01:13:49 -04:00
parent 8d91af9879
commit 0a415754c4

View File

@ -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 %}