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 +