From: Ian Jackson Date: Thu, 26 Nov 2020 22:02:23 +0000 (+0000) Subject: layout - todo X-Git-Tag: otter-0.2.0~345 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=4954f19478afe88514a47f1fb7cf6896e3145e69;p=otter.git layout - todo Signed-off-by: Ian Jackson --- 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 {