This commit is contained in:
jonaswinkler
2021-02-25 22:16:31 +01:00
parent b45630080b
commit 7b1145c75e
3 changed files with 8 additions and 6 deletions

View File

@@ -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"),