forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-10-03 23:56:01 +02:00
parent 7905ed0dd9
commit b9e90ecae9
1 changed files with 0 additions and 1 deletions

View File

@ -77,7 +77,6 @@
<tr>
<td><i class="{{a['icon']}} {{a['color']}}" style="font-size: 30px"></i></td>
<td style="font-weight: bold">{{a['title']}}</td>
<td style="font-weight: bold">{{a['description']}}</td>
<td style="font-weight: bold">{{a['price']}}</td>
{% set kind = a['kind'] %}
<td style="font-weight: bold"><a class="btn btn-success" href="javascript:void(0)" onclick="post_toast('/buy/{{kind}}')">Buy</a></td>