Fix some CSS mis-alignments. Remove obsolete template file.

This commit is contained in:
Jens Luedicke
2025-06-29 21:25:59 +02:00
parent 668e7c85e0
commit 26028aae73
8 changed files with 29 additions and 49 deletions

View File

@@ -45,6 +45,12 @@
<a href="{{ url_for('admin_users') }}" class="btn btn-primary">Manage Users</a>
</div>
<div class="admin-card">
<h2>Project Management</h2>
<p>Manage projects, assign teams, and track project status.</p>
<a href="{{ url_for('admin_projects') }}" class="btn btn-primary">Manage Projects</a>
</div>
<div class="admin-card">
<h2>Team Management</h2>
<p>Configure teams and their members.</p>