From 8f1f7a63d183e0edc577ecdbe946554aceb8dd20 Mon Sep 17 00:00:00 2001 From: LB Date: Thu, 9 Nov 2017 16:42:27 +0700 Subject: [PATCH] Add explicit requirement for image and filter --- docs/topics/images.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/topics/images.rst b/docs/topics/images.rst index 5b16fe1d0b..55318d981b 100644 --- a/docs/topics/images.rst +++ b/docs/topics/images.rst @@ -11,6 +11,8 @@ The syntax for the tag is thus: {% image [image] [resize-rule] %} +**Both the image and resize rule must be passed to the template tag.** + For example: .. code-block:: html+django