diff --git a/README.rst b/README.rst index 40aa57a..d409cda 100644 --- a/README.rst +++ b/README.rst @@ -487,6 +487,9 @@ Screenshots .. image:: /screenshots/bcc_changelist.jpg .. image:: /screenshots/template_compare.jpg .. image:: /screenshots/tracking_edit.jpg +.. image:: /screenshots/base_template_changelist.jpg +.. image:: /screenshots/subscriptions_change.jpg +.. image:: /screenshots/subscriptions_changelist.jpg Compatibility diff --git a/dbmail/admin.py b/dbmail/admin.py index 5448d75..bc22972 100644 --- a/dbmail/admin.py +++ b/dbmail/admin.py @@ -64,6 +64,7 @@ class MailTemplateAdmin(ModelAdmin): 'name', 'subject', 'slug', 'message',) ordering = ('-id',) list_editable = ('category', 'priority', 'is_active',) + filter_horizontal = ('bcc_email',) list_display_links = ('name',) date_hierarchy = 'created' list_per_page = defaults.TEMPLATES_PER_PAGE diff --git a/screenshots/base_template_changelist.jpg b/screenshots/base_template_changelist.jpg new file mode 100644 index 0000000..41a177f Binary files /dev/null and b/screenshots/base_template_changelist.jpg differ diff --git a/screenshots/subscriptions_change.jpg b/screenshots/subscriptions_change.jpg new file mode 100644 index 0000000..9d858ea Binary files /dev/null and b/screenshots/subscriptions_change.jpg differ diff --git a/screenshots/subscriptions_changelist.jpg b/screenshots/subscriptions_changelist.jpg new file mode 100644 index 0000000..4ee9fb9 Binary files /dev/null and b/screenshots/subscriptions_changelist.jpg differ diff --git a/screenshots/template_edit.jpg b/screenshots/template_edit.jpg index b1a7799..dc58df8 100644 Binary files a/screenshots/template_edit.jpg and b/screenshots/template_edit.jpg differ