mirror of
https://github.com/nicoburns/blessed-rs
synced 2024-11-10 06:14:15 +00:00
Rename crates list template
This commit is contained in:
parent
a0eb2f4a91
commit
bc0d8b09c3
2 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ pub(crate) async fn run() -> impl IntoResponse {
|
|||
// Render template
|
||||
let mut context = Context::new();
|
||||
context.insert("crate_groups", &data.crate_groups);
|
||||
let rendered = TERA.render("routes/crates/list.html", &context);
|
||||
let rendered = TERA.render("routes/crates/crates-list.html", &context);
|
||||
|
||||
// Handle template rendering errors
|
||||
let res = match rendered {
|
||||
|
|
Loading…
Reference in a new issue