Skip to content
Snippets Groups Projects
Commit c789769a authored by Colin Jakob's avatar Colin Jakob
Browse files

bug fix from search function

parent 9a5dae19
No related branches found
No related tags found
1 merge request!4merge dev to main
...@@ -488,7 +488,7 @@ func projectSearchController(appCtx *hctx.AppCtx, webCtx *web.Ctx, service *proj ...@@ -488,7 +488,7 @@ func projectSearchController(appCtx *hctx.AppCtx, webCtx *web.Ctx, service *proj
return io.Render( return io.Render(
data, data,
"project.list", // Template name for the list "project.list", // Template name for the list
"templates/project/_list.go.html", // Partial template file "project/_list.go.html", // Partial template file
) )
}) })
} }
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment