summaryrefslogtreecommitdiffstats
path: root/templates/forms/td_input.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/forms/td_input.html')
-rw-r--r--templates/forms/td_input.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/forms/td_input.html b/templates/forms/td_input.html
new file mode 100644
index 0000000..38ff5a1
--- /dev/null
+++ b/templates/forms/td_input.html
@@ -0,0 +1,5 @@
+<td>
+ {{form_element.errors}}
+ {{form_element}}
+ {{form_element.help_text}}
+</td>