fix: change chexbox positions

This commit is contained in:
mohamad
2026-07-19 15:03:27 +03:30
parent 1042fba121
commit 3c50abf404
4 changed files with 131 additions and 46 deletions
+1
View File
@@ -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.")