summaryrefslogtreecommitdiff
path: root/templates/forms
diff options
context:
space:
mode:
authorDusty Phillips <buchuki@gmail.com>2008-10-07 13:15:59 -0400
committerDusty Phillips <buchuki@gmail.com>2008-10-07 13:15:59 -0400
commit0b96068803b81ea79baaea11b1b29450596c019c (patch)
tree67b5f709bd91d3f31efff277d16840a59f8fe3c3 /templates/forms
parent22f22ef66927a09b8eda4d731d5af15e0c42a345 (diff)
replace package search with a nonfunctional newform
Diffstat (limited to 'templates/forms')
-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 00000000..38ff5a13
--- /dev/null
+++ b/templates/forms/td_input.html
@@ -0,0 +1,5 @@
+<td>
+ {{form_element.errors}}
+ {{form_element}}
+ {{form_element.help_text}}
+</td>