Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/isb-cgc/ISB-CGC-Common in…
Browse files Browse the repository at this point in the history
…to isb-cgc-test
  • Loading branch information
phyllers committed Sep 6, 2016
2 parents a83360c + 97ef1d3 commit 179071e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sharing/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,7 @@ def create_share(request, item, emails, type, share_user=None):
'to': email,
'subject': 'You Were Added on a ' + type,
'text': email_text_template.render(ctx),
'html': email_template.render(ctx),
'h:x-mailgun-native-send': 'true'
'html': email_template.render(ctx)
}

send_email_message(message_data)
Expand Down

0 comments on commit 179071e

Please sign in to comment.