mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-11 17:17:26 +01:00
removed unused code, small fixes
This commit is contained in:
parent
3bef72c717
commit
7d282a4e4e
10 changed files with 19 additions and 94 deletions
|
|
@ -75,7 +75,6 @@ class DocumentAdmin(admin.ModelAdmin):
|
|||
def tags_(self, obj):
|
||||
r = ""
|
||||
for tag in obj.tags.all():
|
||||
colour = tag.get_colour_display()
|
||||
r += self._html_tag(
|
||||
"span",
|
||||
tag.slug + ", "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue