]> git.ipfire.org Git - ipfire.org.git/commitdiff
base: removed /projects from all location related paths
authorRico Hoppe <rico.hoppe@ipfire.org>
Sun, 3 Mar 2024 11:10:53 +0000 (11:10 +0000)
committerRico Hoppe <rico.hoppe@ipfire.org>
Sun, 3 Mar 2024 11:10:53 +0000 (11:10 +0000)
Signed-off-by: Rico Hoppe <rico.hoppe@ipfire.org>
src/templates/base.html

index 85eafc553f63b32ec62bb6af7a3c067d368136d5..dd1ad8a6d6c0d81d2ba5d1d2327362a7062798f1 100644 (file)
@@ -26,7 +26,7 @@
                                <div class="navbar-brand">
                                        <a class="navbar-item is-size-4" href="/">
                                                <strong>
-                                                       {% if request.path.startswith("/projects/location") %}
+                                                       {% if request.path.startswith("/location") %}
                                                                {% module IPFireLogo("Location") %}
                                                        {% elif hostname.startswith("fireinfo.") %}
                                                                {% module IPFireLogo("Fireinfo") %}