diff options
Diffstat (limited to 'web/kbn_templates/routing_rules.j2')
-rw-r--r-- | web/kbn_templates/routing_rules.j2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/kbn_templates/routing_rules.j2 b/web/kbn_templates/routing_rules.j2 index 61b68c9..3dcc709 100644 --- a/web/kbn_templates/routing_rules.j2 +++ b/web/kbn_templates/routing_rules.j2 @@ -10,14 +10,14 @@ {% if ips %} {% for ip in ips %} - <div>{{ ip }} (<a href="/routing/rules.cgi?action=del&set={{ set }}&ip={{ ip }}" onclick="return confirm('{{ 'routing_deleting_confirmation'|lang|format(ip, set) }}')">{{ "routing_del"|lang }}</a>)</div> + <div>{{ ip }} (<a href="routing_rules.cgi?action=del&set={{ set }}&ip={{ ip }}" onclick="return confirm('{{ 'routing_deleting_confirmation'|lang|format(ip, set) }}')">{{ "routing_del"|lang }}</a>)</div> {% endfor %} {% else %} <span class="text-secondary">{{ "routing_no_records"|lang }}</span> {% endif %} <div style="max-width: 300px"> - <form method="get" action="/routing/rules.cgi"> + <form method="get" action="routing_rules.cgi"> <input type="hidden" name="action" value="add"> <input type="hidden" name="set" value="{{ set }}"> <div class="input-group mt-2"> |