🐛 Minor fixes
This commit is contained in:
parent
b2e1777fe0
commit
f0bca69825
7 changed files with 7 additions and 5 deletions
|
|
@ -96,7 +96,7 @@ class WEIMembershipForm(forms.ModelForm):
|
|||
class BusForm(forms.ModelForm):
|
||||
class Meta:
|
||||
model = Bus
|
||||
fields = '__all__'
|
||||
exclude = ('information_json',)
|
||||
widgets = {
|
||||
"wei": Autocomplete(
|
||||
WEIClub,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue