Skip to content

Commit

Permalink
fix: typo in dsfr_tag (#199)
Browse files Browse the repository at this point in the history
Bien vu, merci !
  • Loading branch information
maximallain authored Jan 8, 2025
1 parent 873d4ac commit bb24792
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dsfr/templatetags/dsfr_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -1231,10 +1231,10 @@ def dsfr_tag(*args, **kwargs) -> dict:
All of the keys of the dict can be passed directly as named parameters of the tag.
**Tag name**:
dsfr_highlight
dsfr_tag
**Usage**:
`{% dsfr_highlight data_dict %}`
`{% dsfr_tag data_dict %}`
"""

allowed_keys = [
Expand Down

0 comments on commit bb24792

Please sign in to comment.