"""Utils for newsletter""" from BeautifulSoup import BeautifulSoup from django.core.urlresolvers import reverse from newsletter.models import Link from newsletter.settings import USE_PRETTIFY def body_insertion(content, insertion, end=False): """Insert an HTML content into the body HTML node""" if not content.startswith('