From ea6feb23ce98ebd4993304bd068a528ab10763ee Mon Sep 17 00:00:00 2001 From: Chris Fiege <chris@tinyhost.de> Date: Wed, 27 Oct 2021 21:56:38 +0200 Subject: [PATCH] parker-umzug: Karte auf neue Location --- flamingo/theme/templates/base.html | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/flamingo/theme/templates/base.html b/flamingo/theme/templates/base.html index e428277..0ff47d3 100644 --- a/flamingo/theme/templates/base.html +++ b/flamingo/theme/templates/base.html @@ -97,13 +97,8 @@ <li class="dropdown"> <a class="dropdown-toggle" data-toggle="dropdown" data-target="#" href="/karte.html">Karte <span class="caret"></span></a> <ul class="dropdown-menu" role="menu"> - <li role="presentation"><a role="menuitem" tabindex="-1" href="/karte.html#10/52.2645/10.522">Alle</a></li> - <li role="presentation"><a role="menuitem" tabindex="-1" href="/karte.html#13/52.263/10.5229">Braunschweig</a></li> - <li role="presentation"><a role="menuitem" tabindex="-1" href="/karte.html#14/52.2301/11.0099">Helmstedt</a></li> - <li role="presentation"><a role="menuitem" tabindex="-1" href="/karte.html#14/52.1438/10.7725">Schöppenstedt</a></li> - <li role="presentation"><a role="menuitem" tabindex="-1" href="/karte.html#13/52.1415/10.9634">Schöningen</a></li> - <li role="presentation"><a role="menuitem" tabindex="-1" href="/karte.html#12/52.4266/10.7834">Wolfsburg</a></li> - <li role="presentation"><a role="menuitem" tabindex="-1" href="//map.freifunk-bs.de#!v:g">Graph</a></li> + <li role="presentation"><a role="menuitem" tabindex="-1" href="/map/#!/de/map">Karte</a></li> + <li role="presentation"><a role="menuitem" tabindex="-1" href="/map/#!/de/graph">Graph</a></li> </ul> </li> -- GitLab