diff options
author | Evgeny Sorokin <me@ch1p.io> | 2024-04-03 01:26:41 +0300 |
---|---|---|
committer | Evgeny Sorokin <me@ch1p.io> | 2024-04-03 01:26:41 +0300 |
commit | 8314dc42dc21185f556b4bb257ce198378d30d71 (patch) | |
tree | ab11a973c920f99063f55a58ed2affc397fd8945 /web/kbn_templates/routing_main.j2 | |
parent | 63ff5dd151ca6a21dbae8a654d81cf60f2f6f0cc (diff) |
web_kbn: relative paths
Diffstat (limited to 'web/kbn_templates/routing_main.j2')
-rw-r--r-- | web/kbn_templates/routing_main.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/kbn_templates/routing_main.j2 b/web/kbn_templates/routing_main.j2 index 856da78..21d0965 100644 --- a/web/kbn_templates/routing_main.j2 +++ b/web/kbn_templates/routing_main.j2 @@ -10,7 +10,7 @@ {% for modem in modems %} {% if modem != upstream %} <div class="pt-1 pb-2"> - <a href="/routing/main.cgi?set-upstream-to={{ modem }}"> + <a href="routing_main.cgi?set-upstream-to={{ modem }}"> <button type="button" class="btn btn-primary">{{ "routing_switch_to"|lang }} <b>{{ (modem|lang('modems'))['full'] }}</b></button> </a> </div> |