unescape HTML from the relocation warning message

This commit is contained in:
Tobias Diekershoff 2021-10-01 14:05:17 +02:00
commit f51438c168
2 changed files with 2 additions and 2 deletions

View file

@ -339,7 +339,7 @@
<div id="admin-settings-relocate-collapse" class="panel-collapse collapse" role="tabpanel" aria-labelledby="admin-settings-relocate">
<div class="panel-body">
<div class="alert alert-danger alert-dismissible">
{{$relocate_warning}}
{{$relocate_warning nofilter}}
</div>
{{include file="field_input.tpl" field=$relocate_url}}
</div>