Skip to content
Snippets Groups Projects
Commit 391afa45 authored by Kevin Ditscheid's avatar Kevin Ditscheid
Browse files

[FEATURE] Add the new location field to templates

parent d67f49e1
No related branches found
No related tags found
No related merge requests found
......@@ -54,6 +54,12 @@
</f:if>
</span>
<f:if condition="{newsMetaData.news.location}">
<span class="location">
{newsMetaData.news.location}
</span>
</f:if>
<span class="date">
<f:format.date format="%d. %B %Y">{newsMetaData.news.lastUpdated}</f:format.date>
</span>
......
......@@ -68,6 +68,12 @@
</f:else>
</f:if>
</span>
<f:if condition="{newsMetaData.news.location}">
<span class="location">
{newsMetaData.news.location}
</span>
</f:if>
<span class="date">
<f:format.date format="%d. %B %Y">{newsMetaData.news.lastUpdated}</f:format.date>
</span>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment