✨ Use @TemplatePath annotations on most pages
[Sone.git] / src / main / kotlin / net / pterodactylus / sone / web / pages / DeletePostPage.kt
index f9daed5..17b1616 100644 (file)
@@ -12,6 +12,7 @@ import javax.inject.Inject
 /**
  * Lets the user delete a post they made.
  */
+@TemplatePath("/templates/deletePost.html")
 class DeletePostPage @Inject constructor(template: Template, webInterface: WebInterface, loaders: Loaders, templateRenderer: TemplateRenderer):
                LoggedInPage("deletePost.html", template, "Page.DeletePost.Title", webInterface, loaders, templateRenderer) {