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

Commit

Permalink
Fix mandrill stage key initial stage
Browse files Browse the repository at this point in the history
  • Loading branch information
mociepka committed May 16, 2014
1 parent 9df5ecc commit 7786d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aldryn_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class Form(BaseForm):
email_use_tls_stage = CheckboxField('Use TLS used on stage', required=False, initial=False)

mandrill_api_key = CharField('Mandrill API key', initial='', required=False)
mandrill_api_key_stage = CheckboxField('Mandrill API key for stage', required=False, initial=False)
mandrill_api_key_stage = CharField('Mandrill API key for stage', initial='', required=False)

def to_settings(self, data, settings):
is_stage = settings.get('DEBUG')
Expand Down

0 comments on commit 7786d38

Please sign in to comment.