a couple small adjustments here and there.

This commit is contained in:
Jonas Winkler
2020-11-18 20:41:42 +01:00
parent e59696efd4
commit 87e83eb71b
5 changed files with 34 additions and 4 deletions

View File

@@ -9,6 +9,8 @@ class MailAccountAdmin(admin.ModelAdmin):
class MailRuleAdmin(admin.ModelAdmin):
list_filter = ("account",)
list_display = ("name", "account", "folder", "action")