Update project pages

This commit is contained in:
Nguyen Ngo
2025-08-12 16:46:44 -04:00
parent fa3a7923e2
commit a2d597e91a
2 changed files with 48 additions and 1 deletions
+8 -1
View File
@@ -10,6 +10,12 @@
<!-- Page Header -->
<div class="projects-header">
<div class="header-content">
<div class="header-navigation">
<a href="{{ url_for('dashboard') }}" class="back-button">
<i class="fas fa-arrow-left"></i>
<span>Back to Dashboard</span>
</a>
</div>
<h1><i class="fas fa-folder"></i> Projects</h1>
<p>Organize and manage your QR code projects</p>
</div>
@@ -105,7 +111,7 @@
<i class="fas fa-edit"></i>
Edit
</a>
<!-- Activate/Deactivate button (for future use)
<form method="POST" action="{{ url_for('toggle_project', project_id=project.id) }}"
style="display: inline;">
<button type="submit"
@@ -114,6 +120,7 @@
{% if project.active_status %}Deactivate{% else %}Activate{% endif %}
</button>
</form>
-->
</div>
</div>
{% endfor %}