mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-11-23 23:49:08 -06:00
bugfixes
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user