✨ Use @TemplatePath annotations on most pages
[Sone.git] / src / main / kotlin / net / pterodactylus / sone / web / pages / EditProfileFieldPage.kt
index 0ea1fb7..cf23d47 100644 (file)
@@ -12,6 +12,7 @@ import javax.inject.Inject
 /**
  * Page that lets the user edit the name of a profile field.
  */
+@TemplatePath("/templates/editProfileField.html")
 class EditProfileFieldPage @Inject constructor(template: Template, webInterface: WebInterface, loaders: Loaders, templateRenderer: TemplateRenderer) :
                LoggedInPage("editProfileField.html", template, "Page.EditProfileField.Title", webInterface, loaders, templateRenderer) {