From 4954f19478afe88514a47f1fb7cf6896e3145e69 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 26 Nov 2020 22:02:23 +0000 Subject: [PATCH] layout - todo Signed-off-by: Ian Jackson --- src/bin/daemon-otter.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/daemon-otter.rs b/src/bin/daemon-otter.rs index 6b12c962..b681f4ff 100644 --- a/src/bin/daemon-otter.rs +++ b/src/bin/daemon-otter.rs @@ -65,6 +65,7 @@ struct LoadingRenderContext<'r> { fn loading_p(ptoken: WholeQueryString) -> Template { loading(PresentationLayout::Portrait, ptoken)? } +// xxx also do p, make it an account/player property #[get("/l")] #[throws(OE)] fn loading_l(ptoken: WholeQueryString) -> Template { -- 2.30.2