calebsmith / django-template-debug

A small collection of template tags for debugging and introspecting templates
BSD 3-Clause "New" or "Revised" License
74 stars 11 forks source link

The no-op behavior for each tag is contingent on the same conditional. This should be refactored into a decorator #7

Closed calebsmith closed 11 years ago

calebsmith commented 11 years ago

Specifically, I mean the check for "if TEMPLATE_DEBUG" in every function