Fixed comment in images/views/multiple

pull/767/head
Karl Hobley 2014-10-29 17:05:08 +00:00
rodzic ea3c65131e
commit 24ee28077a
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -33,7 +33,7 @@ def get_image_edit_form():
Image = get_image_model()
ImageForm = get_image_form()
# Make a new form with the file field excluded
# Make a new form with the file and focal point fields excluded
class ImageEditForm(ImageForm):
class Meta(ImageForm.Meta):
model = Image