X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fkotlin%2Fnet%2Fpterodactylus%2Fsone%2Fweb%2Fpages%2FDeleteSonePage.kt;h=972e4440f1537d954e767966ff2045edfd4959f4;hp=1d39011f9466efe95d1bff709b9b6e01541acadb;hb=c8da3580df266dc7dc2d16d5d24083f2e5bcd6d0;hpb=dbfecdac857030a686d76907008a3a49cde20d2b diff --git a/src/main/kotlin/net/pterodactylus/sone/web/pages/DeleteSonePage.kt b/src/main/kotlin/net/pterodactylus/sone/web/pages/DeleteSonePage.kt index 1d39011..972e444 100644 --- a/src/main/kotlin/net/pterodactylus/sone/web/pages/DeleteSonePage.kt +++ b/src/main/kotlin/net/pterodactylus/sone/web/pages/DeleteSonePage.kt @@ -13,6 +13,7 @@ import javax.inject.Inject * Freenet; merely all references to it are removed from the local plugin * installation. */ +@MenuName("DeleteSone") class DeleteSonePage @Inject constructor(template: Template, webInterface: WebInterface): LoggedInPage("deleteSone.html", template, "Page.DeleteSone.Title", webInterface) {