Fix typos
All checks were successful
Test FastAPI Startup / fastapi-up (push) Successful in 42s

This commit is contained in:
2025-08-01 23:06:05 +02:00
parent f4bd2b5b37
commit e78ca6f21c

View File

@@ -66,7 +66,6 @@ content %}
});
});
</script>
ID: {{ last_recent_drink.id }}
</div>
<form method="post" action="/del_last_drink" style="display: inline;">
<input type="hidden" name="drink_id" value="{{ last_recent_drink.drink_id }}">
@@ -352,6 +351,7 @@ content %}
{% endfor %}
</select>
<button type="submit" style="padding: 0.5em 1em; background: rgb(179, 6, 44); color: #fff; border: none; border-radius: 4px; cursor: pointer;">Delete User</button>
</form>
{% else %}
<tr>
<td colspan="7" style="text-align: center">No users in prepaid database</td>