remotes/1693045480750635534/spooky-22
kek7198 2021-12-04 11:19:09 -06:00
parent b4923dd5dc
commit a8135689f7
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
</h2>
<!-- Give awards if none -->
{% if not p.awards %}
<p class="text-sm text-gray-500">No awards earned yet...</p>
<p class="text-sm text-gray-500">No awards gifted yet...</p>
<button class="text-sm text-red-600 hover:text-red-500" data-bs-toggle="modal" data-bs-target="#awardModal" onclick="awardModal('/post/{{p.id}}/awards')">
Gift award
</button>