aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'server/templates/host_input.html')
-rw-r--r--server/templates/host_input.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/server/templates/host_input.html b/server/templates/host_input.html
new file mode 100644
index 0000000..ae0e2ec
--- /dev/null
+++ b/server/templates/host_input.html
@@ -0,0 +1,7 @@
+$def with (form)
+$var title: Host
+
+<h2>Input host uuid</h2>
+<form method="POST">
+ $:form.render()
+</form>