aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Sorokin <me@ch1p.io>2024-04-03 01:59:50 +0300
committerEvgeny Sorokin <me@ch1p.io>2024-04-03 01:59:50 +0300
commit031ab7959511d9140db6c19653c89f39e61578a9 (patch)
tree6926377d69a706320f320ab9de68579bade69d85
parent8314dc42dc21185f556b4bb257ce198378d30d71 (diff)
fix
-rw-r--r--web/kbn_templates/index.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/web/kbn_templates/index.j2 b/web/kbn_templates/index.j2
index 6f579c7..504d568 100644
--- a/web/kbn_templates/index.j2
+++ b/web/kbn_templates/index.j2
@@ -24,7 +24,7 @@
<h6>{{ "internet"|lang }}</h6>
<ul class="list-group list-group-flush">
<li class="list-group-item"><a href="modems.cgi">{{ "modems"|lang }}</a></li>
- <li class="list-group-item"><a href="routing/main.cgi">{{ "routing"|lang }}</a></li>
+ <li class="list-group-item"><a href="routing_main.cgi">{{ "routing"|lang }}</a></li>
<li class="list-group-item"><a href="sms.cgi">{{ "sms"|lang }}</a></li>
</ul>