forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-15 22:00:51 -06:00
parent 4a7a4e7823
commit 2e550e9c28
1 changed files with 2 additions and 2 deletions

View File

@ -30,12 +30,12 @@
</li>
{% if v %}
<li>
<button type="button" class="text-gray-400 hover:text-gray-500">
<label for="file-edit-reply-{{c.id}}" type="button" class="text-gray-400 hover:text-gray-500">
<div id="filename-edit-reply-{{c.id}}">
<i class="fas fa-camera fa-fw fa-sm"></i>
</div>
<input id="file-edit-reply-{{c.id}}" type="file" name="file" accept="image/*" onchange="document.getElementById('filename-edit-reply-{{c.id}}').innerHTML='image';" hidden>
</button>
</label>
</li>
{% endif %}
</ul>