translations fixed to be safe
This commit is contained in:
@@ -264,7 +264,7 @@
|
||||
{% endif %}
|
||||
</ul>
|
||||
<p class="hint">{{ nav.tr("builder-rename-generated-hint")|safe }}</p>
|
||||
<p class="hint">{{ nav.tr_args("builder-reserved-hint", [("type", page.draft.columns.pending_compound_name())])|safe }}</p>
|
||||
<p class="hint">{{ nav.tr_args_html("builder-reserved-hint", [("type", page.draft.columns.pending_compound_name())])|safe }}</p>
|
||||
</div>
|
||||
{% endif %}
|
||||
<button type="button" class="secondary" hx-post="/admin/tables/builder" hx-include="#table-form"
|
||||
|
||||
Reference in New Issue
Block a user