|
@@ -56,7 +56,7 @@
|
|
|
{% if req.query.duplicated and not page.isDeleted() %}
|
|
{% if req.query.duplicated and not page.isDeleted() %}
|
|
|
<div class="alert alert-success py-3 px-4">
|
|
<div class="alert alert-success py-3 px-4">
|
|
|
<span>
|
|
<span>
|
|
|
- <strong>{{ t('Duplicated') }}: </strong> {{ t('page_page.notice.duplicated', req.sanitize(req.query.duplicated)) }}
|
|
|
|
|
|
|
+ <strong>{{ t('Duplicated') }}: </strong> {{ t('page_page.notice.duplicated', req.query.duplicated | preventXss) }}
|
|
|
</span>
|
|
</span>
|
|
|
</div>
|
|
</div>
|
|
|
{% endif %}
|
|
{% endif %}
|