Fixed issue #8 where a TemplateSyntaxError would be raised when using {% render_table...
authorBradley Ayers <bradley.ayers@gmail.com>
Thu, 2 Jun 2011 23:04:38 +0000 (09:04 +1000)
committerBradley Ayers <bradley.ayers@gmail.com>
Thu, 2 Jun 2011 23:04:38 +0000 (09:04 +1000)
commit0d88f08942770c69503fcf50e31fcf22b7dc220a
tree1a808ea9b3a177e0758b2b61af59e3b9bb6d5f6b
parentc9a348a218656b9354fe37c18f48840bfea32f63
Fixed issue #8 where a TemplateSyntaxError would be raised when using {% render_table %} with a non-existant variable. The template tag now returns TEMPLATE_STRING_IF_INVALID when not in debug mode.
django_tables/templatetags/django_tables.py
tests/templates.py