X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fkotlin%2Fnet%2Fpterodactylus%2Fsone%2Fweb%2Fpages%2FRescuePage.kt;fp=src%2Fmain%2Fkotlin%2Fnet%2Fpterodactylus%2Fsone%2Fweb%2Fpages%2FRescuePage.kt;h=1061a1089a3da9c9be3567324ded8c6820013d47;hp=c3fabdbf3ba737b8185a2a3f41cba47d75b96257;hb=6d51a9996446ad0c1cbf5c36eb2802c35876c18e;hpb=a250e29b8808ff3cf52bb1144657cca89e3df474 diff --git a/src/main/kotlin/net/pterodactylus/sone/web/pages/RescuePage.kt b/src/main/kotlin/net/pterodactylus/sone/web/pages/RescuePage.kt index c3fabdb..1061a10 100644 --- a/src/main/kotlin/net/pterodactylus/sone/web/pages/RescuePage.kt +++ b/src/main/kotlin/net/pterodactylus/sone/web/pages/RescuePage.kt @@ -7,11 +7,12 @@ import net.pterodactylus.sone.web.WebInterface import net.pterodactylus.sone.web.page.FreenetRequest import net.pterodactylus.util.template.Template import net.pterodactylus.util.template.TemplateContext +import javax.inject.Inject /** * Page that lets the user control the rescue mode for a Sone. */ -class RescuePage(template: Template, webInterface: WebInterface): +class RescuePage @Inject constructor(template: Template, webInterface: WebInterface): LoggedInPage("rescue.html", template, "Page.Rescue.Title", webInterface) { override fun handleRequest(freenetRequest: FreenetRequest, currentSone: Sone, templateContext: TemplateContext) {