remotes/1693045480750635534/spooky-22
Aevann1 2021-09-08 11:15:02 +02:00
parent 5bd4d0543e
commit 8655c9430e
1 changed files with 1 additions and 3 deletions

View File

@ -41,7 +41,6 @@
<th scope="col">Icon</th>
<th scope="col">Title</th>
<th scope="col">Description</th>
<th scope="col">Number</th>
<th scope="col">Owned</th>
</tr>
</thead>
@ -51,7 +50,6 @@
<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>
<td style="font-weight: bold">{{a['owned_num']}}</td>
</tr>
{% endfor %}
@ -91,6 +89,6 @@
</pre>
{% endblock %}