diff --git a/cms/src/data/mod.rs b/cms/src/data/mod.rs index 7ed6253..58f285b 100644 --- a/cms/src/data/mod.rs +++ b/cms/src/data/mod.rs @@ -209,7 +209,7 @@ api_route! { text: (Text, String, String), location: (Text, String, String), teacher: (Text, String, String), - time: (Time, NaiveTime, TimeForm), + date: (Date, NaiveDate, DateForm), } } diff --git a/cms/templates/ssl_ops.html.hbs b/cms/templates/ssl_ops.html.hbs index ebd1eb0..f30894c 100644 --- a/cms/templates/ssl_ops.html.hbs +++ b/cms/templates/ssl_ops.html.hbs @@ -24,10 +24,11 @@ {{#each ctx}}
ID: {{id}} | LANG: {{lang}} -

{{name}}

-

{{meeting}}

-

{{link}}

-

Sponsor: {{sponsor}}

+

{{title}}

+

{{text}}

+

{{location}}

+

{{date}}

+

Sponsor: {{teacher}}

@@ -182,4 +183,4 @@
- \ No newline at end of file +