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