From a4d349e1513a8b1e1bb5b7661f41d741130e3630 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 5 Dec 2020 14:56:21 +0000 Subject: [PATCH] wip email templates etc. 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 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()?; -- 2.30.2