Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Commit

Permalink
Add id and ru newsletter to the list of newsletters with double confi…
Browse files Browse the repository at this point in the history
…rmation on signup

(a couple of EOL whitespaces removed too)

fix bug 788473
  • Loading branch information
rik committed Sep 18, 2012
1 parent 1df9c06 commit b0ca8ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/news/tasks.py
Expand Up @@ -26,8 +26,10 @@
'es-ES': 'es_confirmation_email', 'es-ES': 'es_confirmation_email',
'de': 'de_confirmation_email', 'de': 'de_confirmation_email',
'fr': 'fr_confirmation_email', 'fr': 'fr_confirmation_email',
'id': 'id_confirmation_email',
'pt': 'pt_br_confirmation_email', 'pt': 'pt_br_confirmation_email',
'pt-BR': 'pt_br_confirmation_email', 'pt-BR': 'pt_br_confirmation_email',
'ru': 'ru_confirmation_email_2',
} }
SMS_MESSAGES = ( SMS_MESSAGES = (
'SMS_Android', 'SMS_Android',
Expand Down

0 comments on commit b0ca8ec

Please sign in to comment.