Fix Blog::find_by_name
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ macro_rules! may_fail {
|
||||
let $res = res.unwrap();
|
||||
$block
|
||||
} else {
|
||||
Template::render(concat!("errors/", stringify!($template)), json!({
|
||||
Template::render(concat!("errors/", $template), json!({
|
||||
"error_message": $msg
|
||||
}))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user