summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2010-05-17 13:36:34 -0500
committerDan McGee <dan@archlinux.org>2010-05-17 15:55:38 -0500
commitc31d474f6d6720614d225da6f3683428ba85d8a3 (patch)
treeeac89a1137e02c0ce7de27498364cc5bb699d5e5 /templates
parentebf292292f7ac8a4e69f9f8078c1dfbd2a5954b9 (diff)
downloadarchweb-c31d474f6d6720614d225da6f3683428ba85d8a3.tar.gz
archweb-c31d474f6d6720614d225da6f3683428ba85d8a3.zip
Kill td_input template and tag
Diffstat (limited to 'templates')
-rw-r--r--templates/forms/td_input.html5
1 files changed, 0 insertions, 5 deletions
diff --git a/templates/forms/td_input.html b/templates/forms/td_input.html
deleted file mode 100644
index 38ff5a13..00000000
--- a/templates/forms/td_input.html
+++ /dev/null
@@ -1,5 +0,0 @@
-<td>
- {{form_element.errors}}
- {{form_element}}
- {{form_element.help_text}}
-</td>