summaryrefslogtreecommitdiff
path: root/src/views/about.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/about.rs')
-rw-r--r--src/views/about.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/about.rs b/src/views/about.rs
index 349c9de..d2e0958 100644
--- a/src/views/about.rs
+++ b/src/views/about.rs
@@ -3,7 +3,7 @@ use crate::tutors::abstractions::tutor::Tutor;
use askama::Template;
#[derive(Template)]
-#[template(path = "about/index.html")]
+#[template(path = "about/index.html.j2")]
pub struct AboutView<T: Tutor> {
tutors: Vec<T>,
}