Update base.html

This commit is contained in:
2025-05-27 09:03:54 +02:00
parent 3b329e8da2
commit b616369b6f

View File

@@ -46,7 +46,7 @@
{% if request.endpoint == 'home' %}
<footer class="bg-[#f5f7f2]/95 text-[#3e5637] text-sm py-2 px-4 flex justify-between items-center shadow-t z-40 mt-8">
<span>Made by Kobe Amerijckx and Roos Amerijckx</span>
<span>Made by Roos Amerijckx</span>
{% if is_logged_in %}
<a href="{{ url_for('manage_environments') }}" class="py-1 px-3 bg-[#6b8f71] hover:bg-[#4e6b50] text-white rounded-lg transition duration-200 shadow">Admin Panel</a>
<a href="{{ url_for('logout') }}" class="py-1 px-3 bg-[#e6ebe0] hover:bg-[#b7c7a3] text-[#3e5637] rounded-lg transition duration-200 ml-2">Logout</a>