✨ Add @ToadletPath annotation
[Sone.git] / src / main / kotlin / net / pterodactylus / sone / web / pages / DeleteReplyPage.kt
index 77f7bee..adf9b6d 100644 (file)
@@ -12,6 +12,7 @@ import javax.inject.*
  * This page lets the user delete a reply.
  */
 @TemplatePath("/templates/deleteReply.html")
+@ToadletPath("deleteReply.html")
 class DeleteReplyPage @Inject constructor(webInterface: WebInterface, loaders: Loaders, templateRenderer: TemplateRenderer) :
                LoggedInPage("deleteReply.html", "Page.DeleteReply.Title", webInterface, loaders, templateRenderer) {