diff --git a/src/templates.rs b/src/templates.rs index 34bf1e5..8265274 100644 --- a/src/templates.rs +++ b/src/templates.rs @@ -8,6 +8,7 @@ use crate::config::Config; pub struct TplIndex<'a> { pub lang: &'a str, pub csrf_token: &'a str, + pub sncf_admin_token: Option, } #[derive(Template)]