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

Switch back to using TEMPLATE_DEBUG setting for determining no-op behavior #2

Closed calebsmith closed 11 years ago

calebsmith commented 11 years ago

Feedback indicated that this setting makes more sense and I concur

calebsmith commented 11 years ago

Commit acc655886db06040dd01f1a4180 takes care of this.