This commit is contained in:
Chris Van 2011-09-28 19:57:39 -07:00
Родитель 9a01a01605
Коммит 0d63fb7ec4
2 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -166,7 +166,7 @@ def send_mail(subject, message, from_email=None, recipient_list=None,
try:
if white_list:
if settings.IMPALA_EDIT and perm_setting:
if perm_setting:
template = loader.get_template('amo/emails/unsubscribe.ltxt')
for recipient in white_list:
# Add unsubscribe link to footer

Просмотреть файл

@ -1068,7 +1068,6 @@ UNLINK_SITE_STATS = True
NEW_FEATURES = False
# Impala flags.
IMPALA_EDIT = True
# Set to True if we're allowed to use X-SENDFILE.
XSENDFILE = True