remotes/1693045480750635534/spooky-22
Aevann1 2021-09-17 16:59:43 +02:00
parent a8a62aae8d
commit c70277ef29
1 changed files with 3 additions and 1 deletions

View File

@ -11,7 +11,9 @@
<form id="awardTarget" class="pt-3 pb-0" action="" method="post">
<div class="card-columns awards-wrapper">
{% 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.getElementById('{{award.kind]}').classList.toggle('picked')">
<a href="javascript:void(0)" id="{{award.kind}}" class="card" onclick="document.getElementById('giveaward').disabled=false;
document.getElementById('kind').value={{award.kind}};
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>
<span class="text-muted">{{award.owned}} owned</span>