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