diff options
author | Evgeny Sorokin <me@ch1p.io> | 2024-04-03 01:59:50 +0300 |
---|---|---|
committer | Evgeny Sorokin <me@ch1p.io> | 2024-04-03 01:59:50 +0300 |
commit | 031ab7959511d9140db6c19653c89f39e61578a9 (patch) | |
tree | 6926377d69a706320f320ab9de68579bade69d85 /web | |
parent | 8314dc42dc21185f556b4bb257ce198378d30d71 (diff) |
fix
Diffstat (limited to 'web')
-rw-r--r-- | web/kbn_templates/index.j2 | 2 |
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> |