summaryrefslogtreecommitdiffstats
path: root/password-edit-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'password-edit-html.lsp')
-rw-r--r--password-edit-html.lsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/password-edit-html.lsp b/password-edit-html.lsp
index 257c319..b9cc9df 100644
--- a/password-edit-html.lsp
+++ b/password-edit-html.lsp
@@ -1,5 +1,5 @@
<% local form, viewlibrary, page_info = ...
-require("viewfunctions")
+require("htmlviewfunctions")
%>
<H1><%= html.html_escape(form.label) %></H1>
@@ -8,5 +8,5 @@ require("viewfunctions")
form.value.password.type = "password"
form.value.password_confirm.type = "password"
local order = {"user", "password"}
- displayform(form, order)
+ htmlviewfunctions.displayform(form, order)
%>