removed use_plural space attribute and left over settings

This commit is contained in:
vabene1111
2024-01-28 08:42:42 +01:00
parent fb8ca52280
commit 6b4b2a8f87
9 changed files with 21 additions and 20 deletions

View File

@ -450,7 +450,7 @@ class SpacePreferenceForm(forms.ModelForm):
class Meta:
model = Space
fields = ('food_inherit', 'reset_food_inherit', 'use_plural')
fields = ('food_inherit', 'reset_food_inherit',)
help_texts = {
'food_inherit': _('Fields on food that should be inherited by default.'),