emencia / emencia-django-newsletter

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

Mailing-list resubscription #19

Closed lucalenardi closed 13 years ago

lucalenardi commented 13 years ago

Hi,

I've solved a little issue I've came across recently.

It was impossible for a user to re-subscribe after un-subscribtion. That's because the user was never removed from the unsubscribers list in forms.py.

I've also commited the support for the post Django 1.2 CSRF template tag in the unsubscription template.

Bye.

Fantomas42 commented 13 years ago

Hi lucalenardi,

thank you for your pull request.

I will take a look in it asap.

Have a nice day.

Fantomas42 commented 13 years ago

Hi lucalenardi,

I have apply your patch in https://github.com/Fantomas42/emencia-django-newsletter/commit/d72efa50278e07b28acb631f006ce19e28dfbf81

Thank you for your support and your work.