From 5a299db18da2cc32447f4684ca142d03fa41adc3 Mon Sep 17 00:00:00 2001 From: EvilMuffinHa Date: Sun, 12 Sep 2021 18:15:12 -0400 Subject: [PATCH] teacher fix --- cms/src/data/mod.rs | 4 ++-- cms/templates/teachers.html.hbs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cms/src/data/mod.rs b/cms/src/data/mod.rs index 27af4c3..02362c6 100644 --- a/cms/src/data/mod.rs +++ b/cms/src/data/mod.rs @@ -162,9 +162,9 @@ api_route! { teachers { name: (Text, String, String), email: (Text, String, String), - phone: (Text, String, String) + phone: (Text, String, String), position: (Text, String, String), - image: (Text, String, Image) + image: (Text, String, Image), } } diff --git a/cms/templates/teachers.html.hbs b/cms/templates/teachers.html.hbs index 6f4a201..964887a 100644 --- a/cms/templates/teachers.html.hbs +++ b/cms/templates/teachers.html.hbs @@ -182,4 +182,4 @@ - \ No newline at end of file +