summaryrefslogtreecommitdiff
path: root/src/views/brochure.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/brochure.rs')
-rw-r--r--src/views/brochure.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/brochure.rs b/src/views/brochure.rs
index 0d2f8fc..fedf827 100644
--- a/src/views/brochure.rs
+++ b/src/views/brochure.rs
@@ -2,5 +2,5 @@ use crate::helpers::*;
use askama::Template;
#[derive(Template)]
-#[template(path = "brochure/index.html")]
+#[template(path = "brochure/index.html.j2")]
pub struct BrochureTemplate;