Skip to content

Commit

Permalink
Correct custom endpoint_url (Closes: #32)
Browse files Browse the repository at this point in the history
Broken in 49ff3c4. Thanks @fero10101!
  • Loading branch information
lamby committed Feb 15, 2016
1 parent 85d24e5 commit cbb52d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_slack/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def slack_message(template, context=None, attachments=None, fail_silently=app_se
},
'endpoint_url': {
'default': app_settings.ENDPOINT_URL,
'render': False,
'render': True,
'required': False,
},
}.items():
Expand Down

0 comments on commit cbb52d5

Please sign in to comment.