diff --git a/_posts/2016-03-21-Reisekosten-App-Frontend.md b/_posts/2016-03-21-Reisekosten-App-Frontend.md index 426f49a..f61747f 100644 --- a/_posts/2016-03-21-Reisekosten-App-Frontend.md +++ b/_posts/2016-03-21-Reisekosten-App-Frontend.md @@ -179,13 +179,13 @@ To understand a bit better let's take a look on the trips page which is built up - \{\{ trip.departure_date | date : 'dd.MM.yyyy'\}\} + {{ trip.departure_date | date : 'dd.MM.yyyy' }} - \{\{ trip.departure \}\} + {{ trip.departure }} - \{\{ trip.destination \}\} + {{ trip.destination }}