Fixed events table bid_xmr template
This commit is contained in:
parent
1ea73a7917
commit
0472958fc2
@ -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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user