From 3035bd461f02ff238ddcede43ccea428fd03c20c Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Sun, 15 Jan 2012 23:02:59 -0300 Subject: removed bad copywriting from the send_email_alerts management command --- askbot/management/commands/send_email_alerts.py | 27 ------------------------- 1 file changed, 27 deletions(-) diff --git a/askbot/management/commands/send_email_alerts.py b/askbot/management/commands/send_email_alerts.py index a9d69678..46ee555f 100644 --- a/askbot/management/commands/send_email_alerts.py +++ b/askbot/management/commands/send_email_alerts.py @@ -451,33 +451,6 @@ class Command(NoArgsCommand): # 'the askbot and see what\'s new!
' # ) - text += _( - 'Please visit us and see what\'s new! ' - 'Could you spread the word about it - ' - 'can somebody you know help answering those questions or ' - 'benefit from posting one?' - ) - - feeds = EmailFeedSetting.objects.filter(subscriber = user) - feed_freq = [feed.frequency for feed in feeds] - text += '

' - if 'd' in feed_freq: - text += _('Your most frequent subscription setting is \'daily\' ' - 'on selected questions. If you are receiving more than one ' - 'email per day' - 'please tell about this issue to the site administrator.' - ) - elif 'w' in feed_freq: - text += _('Your most frequent subscription setting is \'weekly\' ' - 'if you are receiving this email more than once a week ' - 'please report this issue to the site administrator.' - ) - text += ' ' - text += _( - 'There is a chance that you may be receiving links seen ' - 'before - due to a technicality that will eventually go away. ' - ) - link = url_prefix + reverse( 'user_subscriptions', kwargs = { -- cgit v1.2.3-1-g7c22