Skip to content

Commit 7f1f75a

Browse files
fformating
1 parent 50f6f33 commit 7f1f75a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

crates/djls-template-ast/tagspecs/django.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ closing = "endblock"
33
type = "block"
44

55
[django.template.defaulttags.for]
6-
branches = ["empty"]
7-
closing = "endfor"
8-
type = "block"
96
args = [
107
{ name = "{item}", required = true },
118
{ name = "in", required = true },
129
{ name = "{iterable}", required = true },
1310
]
11+
branches = ["empty"]
12+
closing = "endfor"
13+
type = "block"
1414

1515
[django.template.defaulttags.if]
16+
args = [{ name = "condition", required = true }]
1617
branches = ["elif", "else"]
1718
closing = "endif"
1819
type = "block"
19-
args = [{ name = "condition", required = true }]

0 commit comments

Comments
 (0)