diff --git a/terminwahl_back/templates/confirmed.html.hbs b/terminwahl_back/templates/confirmed.html.hbs index 94677ed..2ff4296 100644 --- a/terminwahl_back/templates/confirmed.html.hbs +++ b/terminwahl_back/templates/confirmed.html.hbs @@ -25,7 +25,7 @@

Bestätigt

Die unten stehenden Treffen sind bestätigt.

Sollten Sie eines oder mehrere Treffen doch nicht wahrnehmen können, - sagen Sie diese bitte möglichst früh ab, sodass Sie von anderen wiederum gebucht werden können.

+ sagen Sie diese bitte möglichst früh ab, sodass sie von anderen wiederum gebucht werden können.

{{#each appointments as |appoint|}}
{{/each}} diff --git a/terminwahl_front/src/main.rs b/terminwahl_front/src/main.rs index c391ec2..5925a10 100644 --- a/terminwahl_front/src/main.rs +++ b/terminwahl_front/src/main.rs @@ -204,7 +204,7 @@ impl App {

- ().map(|input|Msg::UpdateSchüler(input.value())) })}/> @@ -214,9 +214,9 @@ impl App {

- +

- ().map(|input|Msg::UpdateEmail(input.value())) })}/>