From c74eb33abc4976ad2d252a72667064e83e581231 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Mon, 2 Jul 2012 12:11:41 +0000 Subject: Made changes for new handle_form style, remove redirect_to_referrer, and fix fs library references --- dhcp-listhosts-html.lsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dhcp-listhosts-html.lsp') diff --git a/dhcp-listhosts-html.lsp b/dhcp-listhosts-html.lsp index f19c9d1..0e3a4b9 100644 --- a/dhcp-listhosts-html.lsp +++ b/dhcp-listhosts-html.lsp @@ -15,7 +15,7 @@ <%= html.link{value=page_info.script..page_info.prefix..page_info.controller.."/edithost?host="..host.."&redir="..page_info.orig_action, label="Edit "} %> - <%= html.link{value=page_info.script..page_info.prefix..page_info.controller.."/delhost?host="..host, label="Delete "} %> + <%= html.link{value=page_info.script..page_info.prefix..page_info.controller.."/delhost?submit=true&host="..host, label="Delete "} %> <%= html.html_escape(host) %> -- cgit v1.2.3