From b708c0431eb95f4056467e9b41bd56cdf9951291 Mon Sep 17 00:00:00 2001 From: Markus Birth Date: Thu, 11 Aug 2016 01:00:53 +0200 Subject: [PATCH] Changed ReservationStatus handling a bit. --- templates/mail_event.mustache | 2 +- templates/mail_flight.mustache | 2 +- templates/mail_hotel.mustache | 2 +- templates/partials/mdl_input_status.mustache | 8 ++++---- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/templates/mail_event.mustache b/templates/mail_event.mustache index eeb45c5..a187f21 100644 --- a/templates/mail_event.mustache +++ b/templates/mail_event.mustache @@ -13,7 +13,7 @@ Content-Type: text/html; charset=utf-8

Reservation number: {{reservationNumber.value}}
- +
diff --git a/templates/mail_flight.mustache b/templates/mail_flight.mustache index 608b34b..4d9c870 100644 --- a/templates/mail_flight.mustache +++ b/templates/mail_flight.mustache @@ -13,7 +13,7 @@ Content-Type: text/html; charset=utf-8

Reservation number: {{reservationNumber.value}}
- +
diff --git a/templates/mail_hotel.mustache b/templates/mail_hotel.mustache index 312a7f9..dd13009 100644 --- a/templates/mail_hotel.mustache +++ b/templates/mail_hotel.mustache @@ -13,7 +13,7 @@ Content-Type: text/html; charset=utf-8

Reservation number: {{reservationNumber.value}}
- +
Reserved for: {{underName_name.value}}, {{underName_email.value}}
diff --git a/templates/partials/mdl_input_status.mustache b/templates/partials/mdl_input_status.mustache index d23fd14..c6cd2bb 100644 --- a/templates/partials/mdl_input_status.mustache +++ b/templates/partials/mdl_input_status.mustache @@ -2,10 +2,10 @@ Please select a status!