Fix syntax error in fluid template

This commit is contained in:
Björn Fromme
2019-01-29 21:19:42 +01:00
parent 30c045c14d
commit 6a0f0eceba
@@ -256,7 +256,7 @@
:class="{ checked: isIncludedInput('dateFrom') || isIncludedInput('dateTo') }"></span>
<div class="config-selected__items">
<span class="config-selected__placeholder"
v-if="!isIncludedInput('dateFrom') && !isIncludedInput('dateTo')">{f:translate(key: 'tx_epevents.label.date', extensionName: 'EpEvents')</span>
v-if="!isIncludedInput('dateFrom') && !isIncludedInput('dateTo')">{f:translate(key: 'tx_epevents.label.date', extensionName: 'EpEvents')}</span>
{{ dateRangeFormatted }}
</div>
</div>