remotes/1693045480750635534/spooky-22
Aevann1 2021-09-17 17:03:30 +02:00
parent 6c3023a6f1
commit b51b9f0771
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@
{% for award in v.user_awards %}
<a href="javascript:void(0)" id="{{award.kind}}" class="card" onclick="document.getElementById('giveaward').disabled=false;
document.getElementById('kind').value={{award.kind}};
document.getElementsByClass('picked').classList.toggle('picked');
document.getElementById('{{award.kind}}').classList.toggle('picked')">
<i class="{{award.icon}} {{award.color}}"></i><br />
<span class="d-block pt-2" style="font-weight: bold; font-size: 14px; color:#E1E1E1">{{award.title}}</span>