mirror of
https://github.com/basicswap/basicswap.git
synced 2025-01-05 10:19:25 +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>
|
</thead>
|
||||||
|
|
||||||
{% for e in data.events %}
|
{% 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>
|
<td>{{ e.desc }}</td>
|
||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
@ -283,7 +284,6 @@
|
||||||
{% else %}
|
{% else %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
||||||
<form method="post">
|
<form method="post">
|
||||||
|
|
||||||
{% if data.show_txns %}
|
{% if data.show_txns %}
|
||||||
|
|
Loading…
Reference in a new issue