Skip to content

Commit 424505c

Browse files
change table name
1 parent 94aa986 commit 424505c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/djls-template-ast/src/tagspecs.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ impl TagSpecs {
5757
if path.exists() {
5858
return match file {
5959
"pyproject.toml" => {
60-
Self::load_from_toml(&path, &["tool", "djls", "template", "tags"])
60+
Self::load_from_toml(&path, &["tool", "djls", "tagspecs"])
6161
}
62-
_ => Self::load_from_toml(&path, &[]), // Root level for other files
62+
_ => Self::load_from_toml(&path, &["tagspecs"]), // Root level for other files
6363
};
6464
}
6565
}

0 commit comments

Comments
 (0)