emencia / emencia-django-newsletter

An app for sending newsletter by email to a contact list.
189 stars 72 forks source link

Sintax error #10

Closed bokas closed 14 years ago

bokas commented 14 years ago

I know it's not very important but there is a sintax error in the file admin/contact.py in line 94. Where it says for "workgroup in request_workgroup(request):" it should say "for workgroup in request_workgroups(request):". Like I said, it's not a big deal but it sure is anoying.

Fantomas42 commented 14 years ago

Hi thank you for the report. I fixed it in 4842d89ee147f9f9d1b2146c1af386ad1cef1340

My mistake...