Skip to content

Commit

Permalink
🐞 Header in login doesn't render html (#236)
Browse files Browse the repository at this point in the history
Parent issue: sequentech/meta#2667
  • Loading branch information
Findeton committed Sep 26, 2024
1 parent 6a70f57 commit e67233b
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@
<div class="container">
<div class="row">
<div class="col-xs-12 top-section">
<h1 class="text-center election-title">
{{ (election.presentation | customI18n : 'public_title') || (election | customI18n : 'title')}}
<h1 class="text-center election-title"
ng-bind-html="(election.presentation | customI18n : 'public_title') || (election | customI18n : 'title') || ''"
>
</h1>

<p
Expand Down

0 comments on commit e67233b

Please sign in to comment.