Update project layout

This commit is contained in:
Nguyen Ngo
2025-08-13 13:46:17 -04:00
parent 8165ef344e
commit d40b7774a8
4 changed files with 23 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{% extends "base_authenticated.html" %}
{% block title %}Projects - QR Code Management{% endblock %}
{% block extra_css %}
{% block extra_head %}
<link rel="stylesheet" href="{{ url_for('static', filename='css/projects.css') }}">
{% endblock %}