Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 7, 2025
1 parent d763b44 commit a188d4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/usage/templates.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a188d4b

Please sign in to comment.