diff options
Diffstat (limited to 'heimdal-kinit-html.lsp')
-rw-r--r-- | heimdal-kinit-html.lsp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/heimdal-kinit-html.lsp b/heimdal-kinit-html.lsp index 3863b6f..643e7fd 100644 --- a/heimdal-kinit-html.lsp +++ b/heimdal-kinit-html.lsp @@ -1,10 +1,10 @@ <% local form, viewlibrary, page_info = ... -require("viewfunctions") +require("htmlviewfunctions") %> <H1><%= html.html_escape(form.label) %></H1> <% form.action = page_info.script .. page_info.prefix .. page_info.controller .. "/" .. page_info.action form.value.password.type = "password" - displayform(form) + htmlviewfunctions.displayform(form) %> |