1 from django.conf import settings
 
   2 from django import template
 
   3 register = template.Library()
 
   8     """Annoy people with 1-percent tax plead.
 
  10     To use, set FNP_ANNOY to True
 
  11     and add fnpdjango/annoy/annoy.{css,js} to your template.
 
  13     if getattr(settings, 'FNP_ANNOY', False):
 
  14         return template.loader.render_to_string('fnpdjango/annoy.html')