readwriteweb
Jaap Joris Vens 2020-02-16 14:54:06 +01:00
rodzic c720cac33e
commit 75196b08b2
1 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -55,6 +55,7 @@ class SectionFormSetView(SectionView):
return formset
def get_formset(self):
# todo: handle initials!
return self.formset_class()
def get_context_data(self, **kwargs):