From 4dfa99862293984bc4bca60de36bc799b7192b98 Mon Sep 17 00:00:00 2001 From: Nguyen Ngo Date: Tue, 12 Aug 2025 10:02:50 -0400 Subject: [PATCH] resolve conflict --- templates/qr_destination.html | 1157 +++++++++++++++++++++++++++++++++ 1 file changed, 1157 insertions(+) create mode 100644 templates/qr_destination.html diff --git a/templates/qr_destination.html b/templates/qr_destination.html new file mode 100644 index 0000000..1924017 --- /dev/null +++ b/templates/qr_destination.html @@ -0,0 +1,1157 @@ + + + + + + {{ 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 }} +

+
+ + +
+
+ + Status message +
+
+ + +
+
+
+

+ Please enter your Employee ID. + / + Por favor ingrese su ID de empleado. +

+
+
+ +
+
+ + +
+ + +
+
+ + +
+
+ +
+

+ Success! + / + ‘Éxito! +

+
+

+ Your submission has been recorded successfully. + / + Su registro ha sido guardado exitosamente. +

+
+
+ +
+
+
+ + + + + + \ No newline at end of file