Skip to content

Commit

Permalink
cms_form: display status_message as a t-raw
Browse files Browse the repository at this point in the history
  • Loading branch information
JuMiSanAr committed Jan 19, 2024
1 parent b21313f commit 3c0b386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cms_status_message/templates/status_message.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
</div>
</t>
<div class="msg col-auto">
<t t-out="msg['msg']" />
<t t-raw="msg['msg']" />
</div>
</div>
</template>
Expand Down

0 comments on commit 3c0b386

Please sign in to comment.