diff --git a/.gitignore b/.gitignore index b6e4761..51d82d6 100644 --- a/.gitignore +++ b/.gitignore @@ -127,3 +127,6 @@ dmypy.json # Pyre type checker .pyre/ + +# Pycharm stuff +.idea/ diff --git a/forms_fieldset/templates/forms_fieldset/tabular.html b/forms_fieldset/templates/forms_fieldset/tabular.html index 632dd7d..a2f8f5f 100644 --- a/forms_fieldset/templates/forms_fieldset/tabular.html +++ b/forms_fieldset/templates/forms_fieldset/tabular.html @@ -35,7 +35,7 @@

{{ label }}

{% endfor %} - Ajout supplémentaire + {{ title_add }} @@ -71,4 +71,4 @@

{{ label }}

target.parentNode.setAttribute('colspan', next_id); } - + \ No newline at end of file