Remove template escaping for event title

This commit is contained in:
Hypolite Petovan 2018-12-24 22:52:38 -05:00
parent a8b0aa8c8d
commit 787428f68c
1 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,8 @@
</span>
</div>
<div class="event-card-content media-body">
<div class="event-title event-card-title summary event-summary">{{$title}}</div>
<div class="event-title event-card-title summary event-summary">{{$title nofilter}}</div>
{{* If there is a map, we insert a button for showing/hiding the map *}}
{{if $location.map}}<button id="event-map-btn-{{$id}}" class="event-map-btn btn-link fakelink nav nav-pills preferences" data-map-id="event-location-map-{{$id}}" data-show-label="{{$show_map_label}}" data-hide-label="{{$hide_map_label}}">{{$map_btn_label}}</button>{{/if}}
<div class="event-property">