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

Clean up return statements #15

Closed calebsmith closed 11 years ago

calebsmith commented 11 years ago

The tags currently return None implicitly for no-op behavior (when TEMPLATE_DEBUG is not set to True). This can cause "None" to appear in the browser. Returning a blank string seems more reasonable