diff --git a/docs/examples.rst b/docs/examples.rst index 4e8e9c5..05a7288 100644 --- a/docs/examples.rst +++ b/docs/examples.rst @@ -230,7 +230,7 @@ If we have an image set for the field, display the image and propose to clear or template_name = 'floppyforms/image_thumbnail.html' - class ImageForm(forms.ModelForm): + class ImageForm(forms.ModelForm): class Meta: model = Item fields = ('image',) @@ -251,6 +251,6 @@ If we have an image set for the field, display the image and propose to clear or {% endif %} -You know have your image: +You now have your image: .. image:: images/image_with_thumbnail.png