diff --git a/webapp/components/ContributionForm/ContributionForm.vue b/webapp/components/ContributionForm/ContributionForm.vue index d26862960..0a598f99f 100644 --- a/webapp/components/ContributionForm/ContributionForm.vue +++ b/webapp/components/ContributionForm/ContributionForm.vue @@ -52,7 +52,6 @@ {{ contentLength }} -
{{ formData.eventStart }} diff --git a/webapp/pages/post/_id/_slug/index.vue b/webapp/pages/post/_id/_slug/index.vue index 499bfff26..c7712134e 100644 --- a/webapp/pages/post/_id/_slug/index.vue +++ b/webapp/pages/post/_id/_slug/index.vue @@ -58,11 +58,21 @@ - - Start: {{ post.eventStart }} - Location: {{ post.eventLocationName }} - Ort: {{ post.eventVenue }} - + + Start: + {{ post.eventStart }} + + + + Veranstaltungsort: + {{ post.eventLocationName }} + + + + Stadt: + {{ post.eventVenue }} + +