From 0dcc4fdb0fe0a11a0e5d16ed1b07d68e270647c3 Mon Sep 17 00:00:00 2001 From: Nguyen Ngo Date: Mon, 1 Sep 2025 13:56:51 -0400 Subject: [PATCH] Minor change dashboard.html - remove qr address in modal --- templates/dashboard.html | 7 ------- 1 file changed, 7 deletions(-) diff --git a/templates/dashboard.html b/templates/dashboard.html index 47e70ae..9ac605e 100644 --- a/templates/dashboard.html +++ b/templates/dashboard.html @@ -1128,13 +1128,6 @@ Management{% endblock %} {% block extra_head %} {{ get_qr_code_checkin_count(qr.id) }} check-ins - {% if qr.qr_url %} -
- - {{ qr.qr_url }} -
- {% endif %} -