summaryrefslogtreecommitdiffstats
path: root/templates/forms/td_input.html
diff options
context:
space:
mode:
authorDusty Phillips <buchuki@gmail.com>2008-10-07 19:15:59 +0200
committerDusty Phillips <buchuki@gmail.com>2008-10-07 19:15:59 +0200
commit0b96068803b81ea79baaea11b1b29450596c019c (patch)
tree67b5f709bd91d3f31efff277d16840a59f8fe3c3 /templates/forms/td_input.html
parent22f22ef66927a09b8eda4d731d5af15e0c42a345 (diff)
downloadarchweb-0b96068803b81ea79baaea11b1b29450596c019c.tar.gz
archweb-0b96068803b81ea79baaea11b1b29450596c019c.tar.xz
replace package search with a nonfunctional newform
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>