mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-08-14 00:26:21 +00: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