Fix.
DevPlace CI / test (push) Failing after 1m29s

This commit is contained in:
2026-05-11 22:12:43 +02:00
parent df10e7f350
commit f54fccb8a9
18 changed files with 977 additions and 62 deletions
+1
View File
@@ -45,6 +45,7 @@
<a href="/feed" class="topnav-logo">Dev<span>Place</span></a>
<div class="topnav-links">
<a href="/feed" class="topnav-link {% if request.url.path == '/feed' %}active{% endif %}">Home</a>
<a href="/news" class="topnav-link {% if 'news' in request.url.path %}active{% endif %}">News</a>
<a href="/projects" class="topnav-link {% if 'projects' in request.url.path %}active{% endif %}">Projects</a>
<a href="/messages" class="topnav-link {% if 'messages' in request.url.path %}active{% endif %}">Messages</a>
{% if user.get('role') == 'Admin' %}