mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-01-23 07:28:08 +00:00
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"]
|
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 CoverForm(CustomForm):
|
||||||
class Meta:
|
class Meta:
|
||||||
model = models.Book
|
model = models.Book
|
||||||
|
|
Loading…
Reference in a new issue