Adds description field to shelf
This commit is contained in:
parent
183e76eb2a
commit
dba0aaff2c
3 changed files with 20 additions and 1 deletions
|
@ -268,7 +268,7 @@ class CreateInviteForm(CustomForm):
|
|||
class ShelfForm(CustomForm):
|
||||
class Meta:
|
||||
model = models.Shelf
|
||||
fields = ["user", "name", "privacy"]
|
||||
fields = ["user", "name", "privacy", "description"]
|
||||
|
||||
|
||||
class GoalForm(CustomForm):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue