Skip to content

Commit

Permalink
update screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
gotlium committed Jul 8, 2015
1 parent 92456ec commit a5c28c9
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions dbmail/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file added screenshots/base_template_changelist.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/subscriptions_change.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/subscriptions_changelist.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/template_edit.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a5c28c9

Please sign in to comment.