mirror of
https://github.com/basicswap/basicswap.git
synced 2025-01-03 17:29:26 +00:00
Fixed events table bid_xmr template
This commit is contained in:
parent
1ea73a7917
commit
0472958fc2
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue