mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-12 17:47:08 +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",
|
"error",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
list_display_links = ["subject"]
|
||||||
|
|
||||||
list_filter = ("status", "rule")
|
list_filter = ("status", "rule")
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue