mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-22 04:56:10 +01:00
Add location name to detail view
This commit is contained in:
parent
ea103cb002
commit
1d6d91e9e2
1 changed files with 1 additions and 2 deletions
|
@ -21,8 +21,6 @@
|
||||||
<h2>{date.event.title}</h2>
|
<h2>{date.event.title}</h2>
|
||||||
<h3>{date.event.teaser}</h3>
|
<h3>{date.event.teaser}</h3>
|
||||||
<f:format.html>{date.event.details}</f:format.html>
|
<f:format.html>{date.event.details}</f:format.html>
|
||||||
<p>{event.price_info}</p>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
@ -51,6 +49,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="col-4">
|
<div class="col-4">
|
||||||
<p><b>Veranstaltungsort:</b><br>
|
<p><b>Veranstaltungsort:</b><br>
|
||||||
|
{date.event.name}<br>
|
||||||
{date.event.street}<br>
|
{date.event.street}<br>
|
||||||
{date.event.zip} {date.event.city}<br>
|
{date.event.zip} {date.event.city}<br>
|
||||||
{date.event.phone}<br>
|
{date.event.phone}<br>
|
||||||
|
|
Loading…
Reference in a new issue