summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2017-04-19 14:32:09 +0200
committerJonas Smedegaard <dr@jones.dk>2017-04-19 14:32:09 +0200
commit25d861863c1a995b990966fc6be9dca46ab496cc (patch)
tree33aa568928666ba179b89a50814a254aa7f7e335 /templates
parent4ff48ff54fc7f58362bb4e5977512c6c1b4e4dac (diff)
Fix form (cannot use Ikiwiki templates.
Diffstat (limited to 'templates')
-rw-r--r--templates/form-receipt.mdwn8
-rw-r--r--templates/form.mdwn10
2 files changed, 0 insertions, 18 deletions
diff --git a/templates/form-receipt.mdwn b/templates/form-receipt.mdwn
deleted file mode 100644
index 9ecbe4a..0000000
--- a/templates/form-receipt.mdwn
+++ /dev/null
@@ -1,8 +0,0 @@
-<div class=form>
-<tmpl_loop fields>
-<div class="<tmpl_var label escape=html>">
-<span class="fb_label"><tmpl_var label></span>
-<tmpl_var field>
-</div>
-</tmpl_loop>
-</div>
diff --git a/templates/form.mdwn b/templates/form.mdwn
deleted file mode 100644
index 65f3d24..0000000
--- a/templates/form.mdwn
+++ /dev/null
@@ -1,10 +0,0 @@
-<div class=form>
-<tmpl_var form-start>
-<tmpl_loop fields>
-<div class="<tmpl_var label escape=html>">
-<span class="fb_label<tmpl_if required> fb_required</tmpl_if>"><tmpl_var label></span>
-<tmpl_var field><tmpl_if error> <span class="fb_invalid"><tmpl_var error></span></tmpl_if><tmpl_if comment> <tmpl_var comment></tmpl_if>
-</tmpl_loop>
-<tmpl_var form-submit>
-<tmpl_var form-end>
-</div>