Fixed events table bid_xmr template

This commit is contained in:
gerlofvanek 2022-10-11 01:31:18 +02:00
parent 1ea73a7917
commit 0472958fc2

View file

@ -272,7 +272,8 @@
</thead>
{% for e in data.events %}
<tr class="bg-white border-t hover:bg-gray-50" <td class="py-4 px-6">{{ e.at | formatts }}</td>
<tr class="bg-white border-t hover:bg-gray-50">
<td class="py-4 px-6">{{ e.at | formatts }}</td>
<td>{{ e.desc }}</td>
</tr>
{% endfor %}
@ -283,7 +284,6 @@
{% else %}
{% endif %}
<form method="post">
{% if data.show_txns %}