✨ Use @TemplatePath annotations on most pages
[Sone.git] / src / main / kotlin / net / pterodactylus / sone / web / pages / DeleteReplyPage.kt
index 85f1f21..9857e69 100644 (file)
@@ -12,6 +12,7 @@ import javax.inject.Inject
 /**
  * This page lets the user delete a reply.
  */
+@TemplatePath("/templates/deleteReply.html")
 class DeleteReplyPage @Inject constructor(template: Template, webInterface: WebInterface, loaders: Loaders, templateRenderer: TemplateRenderer):
                LoggedInPage("deleteReply.html", template, "Page.DeleteReply.Title", webInterface, loaders, templateRenderer) {