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