X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fkotlin%2Fnet%2Fpterodactylus%2Fsone%2Fweb%2Fpages%2FCreateSonePage.kt;h=3abb92753bb845e6219ded7ab79b0bd2f2619eb9;hp=78f981c7ca8f960e2658d8006251f8e5629b5619;hb=fd54b109f461c97e527924b4a3752430298f586a;hpb=2f1b2a7d5c7c722ec44c26253e59bde9e4f790c2 diff --git a/src/main/kotlin/net/pterodactylus/sone/web/pages/CreateSonePage.kt b/src/main/kotlin/net/pterodactylus/sone/web/pages/CreateSonePage.kt index 78f981c..3abb927 100644 --- a/src/main/kotlin/net/pterodactylus/sone/web/pages/CreateSonePage.kt +++ b/src/main/kotlin/net/pterodactylus/sone/web/pages/CreateSonePage.kt @@ -14,6 +14,7 @@ import javax.inject.Inject /** * The “create Sone” page lets the user create a new Sone. */ +@MenuName("CreateSone") class CreateSonePage @Inject constructor(template: Template, webInterface: WebInterface): SoneTemplatePage("createSone.html", webInterface, template, "Page.CreateSone.Title") {