Skip to content

Commit

Permalink
fix(djangohtml): fix name placeholder in block tag (#497)
Browse files Browse the repository at this point in the history
Fixes #480
  • Loading branch information
ValdezFOmar authored Oct 7, 2024
1 parent c2ba397 commit 488147c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snippets/frameworks/djangohtml.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"prefix": "block",
"description": "block tag django template",
"body": [
"{% block ${blockname} %}",
"{% block ${1:blockname} %}",
"$2",
"{% endblock ${blockname} %}"
"{% endblock $1 %}"
]
},
"comment": {
Expand Down

0 comments on commit 488147c

Please sign in to comment.