summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-01-15 23:02:59 -0300
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-01-15 23:02:59 -0300
commit3035bd461f02ff238ddcede43ccea428fd03c20c (patch)
tree3748211b37d4d7b6c82d8ce970b1e6925c72c523
parent7b301e703d9e9f5d46056a055c5d31f47b7af7d6 (diff)
downloadaskbot-3035bd461f02ff238ddcede43ccea428fd03c20c.tar.gz
askbot-3035bd461f02ff238ddcede43ccea428fd03c20c.tar.bz2
askbot-3035bd461f02ff238ddcede43ccea428fd03c20c.zip
removed bad copywriting from the send_email_alerts management command
-rw-r--r--askbot/management/commands/send_email_alerts.py27
1 files changed, 0 insertions, 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!<br>'
# )
- 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 += '<p></p>'
- 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 = {