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 @@