fix: change chexbox positions
This commit is contained in:
@@ -93,6 +93,7 @@ class ProjectBrief(models.Model):
|
||||
)
|
||||
locked = models.BooleanField(
|
||||
default=False,
|
||||
verbose_name="Lock project",
|
||||
help_text="Lock the whole project so the client cannot edit it at all.",
|
||||
)
|
||||
lock_title = models.BooleanField(default=False, help_text="Lock title for the client.")
|
||||
|
||||
Reference in New Issue
Block a user