Skip to content

Commit

Permalink
cms_status_message: qweb t-out does not exists in v14
Browse files Browse the repository at this point in the history
  • Loading branch information
simahawk committed Feb 7, 2025
1 parent b9a5d46 commit 9febd8a
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 9febd8a

Please sign in to comment.