forked from MarseyWorld/MarseyWorld
fddf
parent
c70277ef29
commit
e37ae8d721
|
@ -13,7 +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.getElementById('{{award.kind]}').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>
|
||||
<span class="text-muted">{{award.owned}} owned</span>
|
||||
|
|
Loading…
Reference in New Issue