From 6c68501de17c3c3a53f55731bd4f07264a91456d Mon Sep 17 00:00:00 2001 From: Nguyen Ngo Date: Mon, 11 Aug 2025 12:34:18 -0400 Subject: [PATCH] Update page to display 2 languages --- templates/qr_destination.html | 30 ++++++++++++++++++++---------- 1 file changed, 20 insertions(+), 10 deletions(-) diff --git a/templates/qr_destination.html b/templates/qr_destination.html index 4e3400c..449e249 100644 --- a/templates/qr_destination.html +++ b/templates/qr_destination.html @@ -487,7 +487,7 @@
- +
-

{{ qr_code.location_event }}

+ {% if qr_code.location_event == 'Check In' %} +

{{ qr_code.location_event }} / Entrada

+ {% else %} +

{{ qr_code.location_event }} / Salida

+ {% endif %}

{{ qr_code.location }} @@ -523,6 +527,7 @@

+

- Please enter your Employee ID to {{ qr_code.location_event }} + Please enter your Employee ID. / Por favor ingrese su ID de empleado.

@@ -556,8 +562,8 @@
@@ -575,7 +581,11 @@