We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be5e1bc commit bd82b74Copy full SHA for bd82b74
mycollections/custom_layout_object.py
@@ -4,7 +4,7 @@
4
5
6
###### Thanks!
7
-###### https://stackoverflow.com/questions/15157262/django-crispy-forms-nesting-a-formset-within-a-form/22053952#22053952
+###### https://stackoverflow.com/questions/15157262/django-crispy-forms-nesting-a-formset-within-a-form/22053952#22053952
8
9
class Formset(LayoutObject):
10
template = "mycollections/formset.html"
mycollections/forms.py
@@ -6,7 +6,6 @@
from .custom_layout_object import *
-
class CollectionTitleForm(forms.ModelForm):
11
12
class Meta:
0 commit comments