✨ Use @TemplatePath annotations on most pages
[Sone.git] / src / main / kotlin / net / pterodactylus / sone / web / pages / LoginPage.kt
index 8f65b33..8e927c5 100644 (file)
@@ -15,6 +15,7 @@ import javax.inject.Inject
  * The login page lets the user log in.
  */
 @MenuName("Login")
+@TemplatePath("/templates/login.html")
 class LoginPage @Inject constructor(template: Template, webInterface: WebInterface, loaders: Loaders, templateRenderer: TemplateRenderer):
                SoneTemplatePage("login.html", webInterface, loaders, template, templateRenderer, pageTitleKey = "Page.Login.Title") {