✨ Use @TemplatePath annotations on most pages
[Sone.git] / src / main / kotlin / net / pterodactylus / sone / web / pages / CreateReplyPage.kt
index 3e8bc72..d38a6ce 100644 (file)
@@ -13,6 +13,7 @@ import javax.inject.Inject
 /**
  * This page lets the user post a reply to a post.
  */
+@TemplatePath("/templates/createReply.html")
 class CreateReplyPage @Inject constructor(template: Template, webInterface: WebInterface, loaders: Loaders, templateRenderer: TemplateRenderer):
                LoggedInPage("createReply.html", template, "Page.CreateReply.Title", webInterface, loaders, templateRenderer) {