Issue 17: Make notification e-mail body and subject tempaltes overridable http://code.google.com/p/django-notification/issues/detail?id=17
Comment #1 by eallik: I have a use case in which I want to store the template code in the database for the user to be able to edit the templates for e-mails that are sent out. So I actually made more changes to django-notification to enable the passing of Template objects as the subject_template and body_template parameters to notification.send. The changes are trivial, but I'm wondering if this is the right way of doing it. It works, it's backwards compatible, it's not complex, but I'm thinking maybe I should be using django-dbtemplates instead. But then again, I want to expose the template code through satchmo.configuration because a full-fledged templates app would be an overkill in my situation and satchmo.configuration is much more user friendly. I think this is a legit use case so I hope someone will look into this problem and my diff. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pinax-updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pinax-updates?hl=en -~----------~----~----~----~------~----~------~--~---
