diff options
Diffstat (limited to 'templates/form-receipt.mdwn')
-rw-r--r-- | templates/form-receipt.mdwn | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/form-receipt.mdwn b/templates/form-receipt.mdwn new file mode 100644 index 0000000..9ecbe4a --- /dev/null +++ b/templates/form-receipt.mdwn @@ -0,0 +1,8 @@ +<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> |