From: Ian Jackson Date: Sat, 5 Dec 2020 14:56:21 +0000 (+0000) Subject: wip email templates etc. X-Git-Tag: otter-0.2.0~279 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=a4d349e1513a8b1e1bb5b7661f41d741130e3630;p=otter.git wip email templates etc. Signed-off-by: Ian Jackson --- diff --git a/src/bin/daemon-otter.rs b/src/bin/daemon-otter.rs index 57561c56..e7cd6cd8 100644 --- a/src/bin/daemon-otter.rs +++ b/src/bin/daemon-otter.rs @@ -195,6 +195,7 @@ fn main() { .context("check bundled-sources directory")?; } + nwtemplates::init()?; shapelib::load()?; load_accounts()?;