mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 08:15:27 +01:00
fix links in django admin
This commit is contained in:
parent
7a2a3e048e
commit
e0f324f61c
1 changed files with 2 additions and 0 deletions
|
|
@ -128,6 +128,8 @@ class ProcessedMailAdmin(admin.ModelAdmin):
|
|||
"error",
|
||||
]
|
||||
|
||||
list_display_links = ["subject"]
|
||||
|
||||
list_filter = ("status", "rule")
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue