This repository has been archived on 2023-10-16. You can view files and clone it, but cannot push or open issues or pull requests.
2022-05-08 02:37:00 +08:00

5 lines
218 B
Twig

<input type="hidden" name="fk_checks" value="0">
<input type="checkbox" name="fk_checks" id="fk_checks" value="1"
{{- checked ? ' checked' }}>
<label for="fk_checks">{% trans 'Enable foreign key checks' %}</label>