This commit is contained in:
2025-06-11 17:53:25 +02:00
committed by Moritz
parent e1df99926c
commit b6351a9ebd
3 changed files with 53 additions and 28 deletions

View File

@@ -95,7 +95,7 @@ content %}
<div style="margin: 1em 0; text-align: center;">
<strong>Letztes Getränk:</strong>
<div style="margin: 0.5em 0;">
Typ: {{ last_drink.drink_type }}<br>
Typ: {{ last_drink.drink_type_name }}<br>
Zeit: <span class="local-timestamp" data-utc="{{ last_drink.timestamp }}">{{ last_drink.timestamp }}</span><br>
<script>
document.addEventListener("DOMContentLoaded", function() {