✨ Use @TemplatePath annotations on most pages
[Sone.git] / src / main / kotlin / net / pterodactylus / sone / web / pages / DeleteSonePage.kt
index ceaa1e2..ec3319e 100644 (file)
@@ -15,6 +15,7 @@ import javax.inject.Inject
  * installation.
  */
 @MenuName("DeleteSone")
+@TemplatePath("/templates/deleteSone.html")
 class DeleteSonePage @Inject constructor(template: Template, webInterface: WebInterface, loaders: Loaders, templateRenderer: TemplateRenderer):
                LoggedInPage("deleteSone.html", template, "Page.DeleteSone.Title", webInterface, loaders, templateRenderer) {