Kill td_input template and tag

This commit is contained in:
Dan McGee 2010-05-17 13:36:34 -05:00
parent ebf292292f
commit c31d474f6d
2 changed files with 0 additions and 9 deletions

View File

@ -30,7 +30,3 @@ def do_buildsortqs(parser, token):
"%r tag's argument should be in quotes" % tagname)
return BuildQueryStringNode(sortfield[1:-1])
@register.inclusion_tag('forms/td_input.html')
def td_input(form_element):
return {'form_element': form_element}

View File

@ -1,5 +0,0 @@
<td>
{{form_element.errors}}
{{form_element}}
{{form_element.help_text}}
</td>