1
0
Fork 0

Create goal with privacy

This commit is contained in:
Mouse Reeve 2021-01-16 11:34:19 -08:00
parent 739b6e19e2
commit 112b9f9332
11 changed files with 161 additions and 16 deletions

View file

@ -192,4 +192,4 @@ class ShelfForm(CustomForm):
class GoalForm(CustomForm):
class Meta:
model = models.AnnualGoal
fields = ['user', 'year', 'goal']
fields = ['user', 'year', 'goal', 'privacy']