X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fkotlin%2Fnet%2Fpterodactylus%2Fsone%2Fweb%2Fpages%2FEditProfilePage.kt;h=e2392b411b89d5cd0cbd725fabfd42aabff60073;hp=7999c8fc754bffcc24f3dff025a1660827a3e4ee;hb=58cf2922c76f6c75c55d2835cae2d18930c65cfc;hpb=3db634e425d3482bcf00dfd82e4b0d46785d5959 diff --git a/src/main/kotlin/net/pterodactylus/sone/web/pages/EditProfilePage.kt b/src/main/kotlin/net/pterodactylus/sone/web/pages/EditProfilePage.kt index 7999c8f..e2392b4 100644 --- a/src/main/kotlin/net/pterodactylus/sone/web/pages/EditProfilePage.kt +++ b/src/main/kotlin/net/pterodactylus/sone/web/pages/EditProfilePage.kt @@ -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) {