summaryrefslogtreecommitdiffstats
path: root/ipawebui/templates/form.kid
diff options
context:
space:
mode:
Diffstat (limited to 'ipawebui/templates/form.kid')
-rw-r--r--ipawebui/templates/form.kid16
1 files changed, 0 insertions, 16 deletions
diff --git a/ipawebui/templates/form.kid b/ipawebui/templates/form.kid
deleted file mode 100644
index 64015700..00000000
--- a/ipawebui/templates/form.kid
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version='1.0' encoding='utf-8'?>
-<html xmlns:py="http://purl.org/kid/ns#">
-
-<head>
- <title>Hello</title>
-</head>
-
-<body>
- <table>
- <tr py:for="param in command.params()">
- <td py:content="param.name"/>
- </tr>
- </table>
-</body>
-
-</html>