04/28 Updated UI

This commit is contained in:
2026-04-28 15:11:30 -04:00
parent 30933c39aa
commit f245a83f7d
2 changed files with 3 additions and 11 deletions
+1 -9
View File
@@ -11,14 +11,6 @@
href="{{ url_for('static', filename='css/style.css') }}"
/>
<!-- Theme Override (set THEME_NAME in .env to activate, e.g. THEME_NAME=gov) -->
{% if THEME_NAME %}
<link
rel="stylesheet"
href="{{ url_for('static', filename='css/theme-' + THEME_NAME + '.css') }}"
/>
{% endif %}
<!-- Font Awesome -->
<link
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css"
@@ -221,7 +213,7 @@
<footer class="footer">
<div class="container">
<div class="footer-content">
<p>&copy; {{ CURRENT_YEAR }} {{ COMPANY_NAME }}. All rights reserved.</p>
<p>&copy; 2025 QR Code Management System. All rights reserved.</p>
<div class="footer-links">
<a href="#" class="footer-link">Privacy Policy</a>
<a href="#" class="footer-link">Terms of Service</a>