From 8165ef344e94ae23467fc241435ee421928498db Mon Sep 17 00:00:00 2001 From: Nguyen Ngo Date: Wed, 13 Aug 2025 13:19:24 -0400 Subject: [PATCH] Minor change --- templates/projects.html | 538 +--------------------------------------- 1 file changed, 1 insertion(+), 537 deletions(-) diff --git a/templates/projects.html b/templates/projects.html index a8fbbb7..5ec73b0 100644 --- a/templates/projects.html +++ b/templates/projects.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "base_authenticated.html" %} {% block title %}Projects - QR Code Management{% endblock %} {% block extra_css %} @@ -192,540 +192,4 @@ document.addEventListener('DOMContentLoaded', function() { }); }); - {% endblock %} \ No newline at end of file