diff options
author | Dusty Phillips <buchuki@gmail.com> | 2008-10-07 19:15:59 +0200 |
---|---|---|
committer | Dusty Phillips <buchuki@gmail.com> | 2008-10-07 19:15:59 +0200 |
commit | 0b96068803b81ea79baaea11b1b29450596c019c (patch) | |
tree | 67b5f709bd91d3f31efff277d16840a59f8fe3c3 /templates/forms | |
parent | 22f22ef66927a09b8eda4d731d5af15e0c42a345 (diff) | |
download | archweb-0b96068803b81ea79baaea11b1b29450596c019c.tar.gz archweb-0b96068803b81ea79baaea11b1b29450596c019c.tar.xz |
replace package search with a nonfunctional newform
Diffstat (limited to 'templates/forms')
-rw-r--r-- | templates/forms/td_input.html | 5 |
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> |