✨ Annotate EditProfilePage with MenuName
[Sone.git] / src / main / kotlin / net / pterodactylus / sone / web / pages / EditProfilePage.kt
index 7999c8f..e2392b4 100644 (file)
@@ -13,6 +13,7 @@ import javax.inject.Inject
 /**
  * This page lets the user edit her profile.
  */
+@MenuName("EditProfile")
 class EditProfilePage @Inject constructor(template: Template, webInterface: WebInterface) :
                LoggedInPage("editProfile.html", template, "Page.EditProfile.Title", webInterface) {