diff --git a/gestioncof/templates/inscription-petit-cours-formset.html b/gestioncof/templates/inscription-petit-cours-formset.html deleted file mode 100644 index 1d78ec22..00000000 --- a/gestioncof/templates/inscription-petit-cours-formset.html +++ /dev/null @@ -1,41 +0,0 @@ -{% load bootstrap %} -{{ formset.non_form_errors.as_ul }} -
- {% if field.name != "DELETE" %} - {{ field.label|safe|capfirst }} - {% endif %} - {{ forloop.counter }} - | - {% endfor %} -|
---|---|
- {% if forloop.first %} - {{ form.non_field_errors }} - {% for hidden in form.hidden_fields %}{{ hidden }}{% endfor %} - {% endif %} - {{ field.errors.as_ul }} - {{ field | bootstrap }} - | - {% endif %} - {% endfor %} -- - | -
Votre inscription a été mise à jour avec succès !
- {% endif %} - -{% endblock %}