✨ Annotate CreateSonePage with MenuName
[Sone.git] / src / main / kotlin / net / pterodactylus / sone / web / pages / CreateSonePage.kt
index 78f981c..3abb927 100644 (file)
@@ -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") {