make master pep8-ready again

This commit is contained in:
2020-09-18 13:37:50 +00:00
parent 353404b298
commit cce38b3f18
3 changed files with 11 additions and 9 deletions

View File

@@ -88,7 +88,7 @@ class MyEventForm(MyPostForm):
class MyFetMeetingForm(MyEventForm):
#agenda_html = forms.CharField(widget = forms.TextInput())
# agenda_html = forms.CharField(widget = forms.TextInput())
class Meta:
model = FetMeeting