From 4c02817848fec6062a8ee7cf9b750772d1aeac20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Thu, 11 Feb 2021 01:26:16 +0100 Subject: [PATCH] occupied -> populated --- templates/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/index.html b/templates/index.html index d20b5f9..c2eea44 100644 --- a/templates/index.html +++ b/templates/index.html @@ -34,7 +34,7 @@ border-color: red; } - .status-occupied { + .status-populated { border-color: green; } @@ -50,8 +50,8 @@

/|\ Anabasis Clients

STATUS

-
- {{'OCCUPIED' if status.open else 'EMPTY'}} +
+ {{'POPULATED' if status.open else 'EMPTY'}}
{{status.text}}