pythondotorg
pythondotorg copied to clipboard
#2102 - Add archive sponsorship email templates option
Related ISSUE: #2102
Description
Create a possibility to archive old email templates that won't be useful anymore instead deleting them.
- Created a boolean field named 'active' on BaseEmailTemplate model, default=True.
- Added an active filter filter on django sponsor email templates admin page. Default lookup set to "yes".
- Created an admin action to archive multiple templates (set them all active=False)
Screenshots
