mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 15:25:41 +01:00
bugfixes
This commit is contained in:
parent
b45630080b
commit
7b1145c75e
3 changed files with 8 additions and 6 deletions
|
|
@ -79,7 +79,9 @@ class Tag(MatchingModel):
|
|||
|
||||
color = models.CharField(
|
||||
_("color"),
|
||||
blank=True, max_length=7)
|
||||
max_length=7,
|
||||
default="#a6cee3"
|
||||
)
|
||||
|
||||
is_inbox_tag = models.BooleanField(
|
||||
_("is inbox tag"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue