Skip to content

Commit

Permalink
smal lthing
Browse files Browse the repository at this point in the history
  • Loading branch information
owocki committed Jun 13, 2018
1 parent 509f82f commit 42ddb96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/retail/emails.py
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,8 @@ def roundup(request):
def quarterly_roundup(request):
from marketing.utils import get_platform_wide_stats
platform_wide_stats = get_platform_wide_stats()
response_html, _ = render_quarterly_stats(settings.CONTACT_EMAIL, platform_wide_stats)
email = settings.CONTACT_EMAIL
response_html, _ = render_quarterly_stats(email, platform_wide_stats)
return HttpResponse(response_html)


Expand Down

0 comments on commit 42ddb96

Please sign in to comment.