forked from mirrors/bookwyrm
Remove tag form
This commit is contained in:
parent
563623616c
commit
a3f91d991f
1 changed files with 0 additions and 8 deletions
|
@ -156,14 +156,6 @@ class UserGroupForm(CustomForm):
|
|||
fields = ["groups"]
|
||||
|
||||
|
||||
class TagForm(CustomForm):
|
||||
class Meta:
|
||||
model = models.Tag
|
||||
fields = ["name"]
|
||||
help_texts = {f: None for f in fields}
|
||||
labels = {"name": "Add a tag"}
|
||||
|
||||
|
||||
class CoverForm(CustomForm):
|
||||
class Meta:
|
||||
model = models.Book
|
||||
|
|
Loading…
Reference in a new issue