From b3c174b31aec1ad30225e443dbccda872cdf94e2 Mon Sep 17 00:00:00 2001 From: Zach Malone Date: Fri, 6 Jan 2017 06:19:41 -0700 Subject: [PATCH] Fix and/or logic in docs (#521) --- docs/templates.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/templates.rst b/docs/templates.rst index 257d6bfe..9c3e7d5f 100644 --- a/docs/templates.rst +++ b/docs/templates.rst @@ -681,7 +681,7 @@ If The `if` statement in Jinja is comparable with the Python if statement. In the simplest form, you can use it to test if a variable is defined, not -empty or not false:: +empty and not false:: {% if users %}