emencia / emencia-django-newsletter

An app for sending newsletter by email to a contact list.
189 stars 72 forks source link

Fixes Contact Import Function for Django 1.4 #66

Closed marconius closed 5 years ago

marconius commented 12 years ago

fixes contact import app for django 1.4. root_path template var is deprecated and is not used in template. Template now loading css from static url

marconius commented 12 years ago

this shouldn't affect projects running on older django installations as long as they are using staticfiles. The root_path template variable wasn't even being used in the contact import template, so ...