feat: remove admin video jobs link from navigation and update card background style

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-04-29 19:06:16 +02:00
parent 2ca7ae538f
commit 3d0a08a8ef
3 changed files with 1 additions and 9 deletions
-1
View File
@@ -30,7 +30,6 @@
<a href="{{ url_for('profile') }}">Profile</a>
{% if session.get('user_role') == 'admin' %}
<a href="{{ url_for('admin') }}">Admin</a>
<a href="{{ url_for('admin_videos') }}">Video Jobs</a>
{% endif %}
<a href="{{ url_for('logout') }}">Log out</a>
{% else %}