Create goal with privacy
This commit is contained in:
parent
739b6e19e2
commit
112b9f9332
11 changed files with 161 additions and 16 deletions
|
@ -192,4 +192,4 @@ class ShelfForm(CustomForm):
|
|||
class GoalForm(CustomForm):
|
||||
class Meta:
|
||||
model = models.AnnualGoal
|
||||
fields = ['user', 'year', 'goal']
|
||||
fields = ['user', 'year', 'goal', 'privacy']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue