redeems dashboard improvement

This commit is contained in:
2022-10-13 14:09:12 +02:00
parent 796febb91f
commit 5c6b070a7a
2 changed files with 6 additions and 2 deletions
+3 -1
View File
@@ -35,8 +35,10 @@
<tbody>
<td>{{ row[0].replace(tzinfo=utc_timezone).astimezone().strftime("%H:%M") }}</td>
<td>{{ row[1] }}</td>
<td>{{ row[2] }}</td>
<td>{{ row[3] }}</td>
{% if row[2] %}
<td>{{ row[2] }}</td>
{% endif %}
</tbody>
{% endfor %}
</table>