we did it bois, we enter in the user id for each one
This commit is contained in:
@ -7,7 +7,7 @@ class ImageForm(forms.ModelForm):
|
||||
class Meta:
|
||||
model = Image
|
||||
fields = ('title', 'image')
|
||||
|
||||
|
||||
class VideoForm(forms.ModelForm):
|
||||
"""Form for the image model"""
|
||||
class Meta:
|
||||
|
Reference in New Issue
Block a user