diff --git a/machines/templates/machines/machine.html b/machines/templates/machines/machine.html index 420a37c2..a8d287f6 100644 --- a/machines/templates/machines/machine.html +++ b/machines/templates/machines/machine.html @@ -4,14 +4,18 @@ {% block title %}Création et modification de machines{% endblock %} {% block content %} +{% if machineform %} {% bootstrap_form_errors machineform %} +{% endif %} {% if interfaceform %} {% bootstrap_form_errors interfaceform %} {% endif %}