Skip to content

Commit bd82b74

Browse files
committed
quick fix
1 parent be5e1bc commit bd82b74

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

mycollections/custom_layout_object.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66
###### Thanks!
7-
###### https://stackoverflow.com/questions/15157262/django-crispy-forms-nesting-a-formset-within-a-form/22053952#22053952
7+
###### https://stackoverflow.com/questions/15157262/django-crispy-forms-nesting-a-formset-within-a-form/22053952#22053952
88

99
class Formset(LayoutObject):
1010
template = "mycollections/formset.html"

mycollections/forms.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
from .custom_layout_object import *
77

88

9-
109
class CollectionTitleForm(forms.ModelForm):
1110

1211
class Meta:

0 commit comments

Comments
 (0)