✨ Use @TemplatePath annotations on most pages
[Sone.git] / src / main / kotlin / net / pterodactylus / sone / web / pages / SearchPage.kt
index b44a94e..550e3f1 100644 (file)
@@ -29,6 +29,7 @@ import javax.inject.Inject
  * This page lets the user search for posts and replies that contain certain
  * words.
  */
+@TemplatePath("/templates/search.html")
 class SearchPage(template: Template, webInterface: WebInterface, loaders: Loaders, templateRenderer: TemplateRenderer, ticker: Ticker = Ticker.systemTicker()) :
                SoneTemplatePage("search.html", webInterface, loaders, template, templateRenderer, pageTitleKey = "Page.Search.Title") {