zapier / django-drip

:droplet: Use Django admin to manage drip campaign emails using querysets on Django's User model.
MIT License
638 stars 137 forks source link

Exception when viewing the email in Admin #19

Closed brad closed 11 years ago

brad commented 11 years ago

I think this must have broken with the changes in #18, because the build_email method was removed there.

AttributeError at /orcas/admin/drip/drip/2/timeline/4/7/911/

'DripBase' object has no attribute 'build_email'

Request Method: GET Request URL: http://127.0.0.1:8000/orcas/admin/drip/drip/2/timeline/4/7/911/ Django Version: 1.4.2 Exception Type: AttributeError Exception Value:

'DripBase' object has no attribute 'build_email'

Exception Location: /home/bpitcher/.virtualenvs/jauntly/src/django-drip/drip/admin.py in view_drip_email, line 56