Skip to content

Commit

Permalink
TMS-1059: Change escaping filter
Browse files Browse the repository at this point in the history
  • Loading branch information
eebbi committed Nov 19, 2024
1 parent ddcb944 commit cb95245
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
{>"views/single-dynamic-event/single-dynamic-event-group-title" title=event.normalized.sign_up_title template_classes=template_classes.info_group_title icon="link" /}

<div class="info-group__description pt-3 pr-8 pb-3 pl-8">
<a href="{event.normalized.link_sign_up.url|url}" target="_blank" class="is-block">{event.normalized.link_sign_up.name|attr}</a>
<a href="{event.normalized.link_sign_up.url|url}" target="_blank" class="is-block">{event.normalized.link_sign_up.name|html}</a>
{>"ui/link" link=event.normalized.link_sign_up.url /}
</div>
</div>
Expand Down

0 comments on commit cb95245

Please sign in to comment.