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

Commit

Permalink
Merge pull request #622 from willkg/1187505-settings
Browse files Browse the repository at this point in the history
[bug 1187505] Fix feedbackdev persistence code
  • Loading branch information
willkg committed Jul 27, 2015
2 parents 97f8a69 + e7085d7 commit b61d3dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fjord/feedback/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ def _persist_feedbackdev(request, *args, **kwargs):
resp = fun(request, *args, **kwargs)
if resp is not None and qs_feedbackdev is not None:
resp.set_cookie(
waffle.settings.COOKIE_NAME % 'feedbackdev',
waffle.get_setting('COOKIE') % 'feedbackdev',
qs_feedbackdev)

return resp
Expand Down

0 comments on commit b61d3dd

Please sign in to comment.