From a188d4b94803429f2ac036d14dbf7a1101a5d954 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 16:54:40 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- docs/usage/templates.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/usage/templates.rst b/docs/usage/templates.rst index c2576b96..41842630 100644 --- a/docs/usage/templates.rst +++ b/docs/usage/templates.rst @@ -69,11 +69,11 @@ Samples Django Template Filters and Tags ================================ -Django Waffle provides three new Django Template tags and filters, ``flag_is_active``, +Django Waffle provides three new Django Template tags and filters, ``flag_is_active``, ``switch_is_active``, and ``sample_is_active``. Each of these tags and filters can be used in Django template's if statement contitions to check if a flag, switch, or sample is active. -This is useful for when a django template context variable and a flag, switch, or sample are required to +This is useful for when a django template context variable and a flag, switch, or sample are required to be active in order to render a certain part of the template. flag_is_active