Browse Source

Merge branch 'fixDomainformErrorDisplay' into 'master'

Fix affichage des erreurs Domainform

See merge request !5
granuban
Chirac 8 years ago
parent
commit
7c45194e6f
  1. 2
      machines/templates/machines/machine.html

2
machines/templates/machines/machine.html

@ -35,7 +35,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{% bootstrap_form_errors interfaceform %} {% bootstrap_form_errors interfaceform %}
{% endif %} {% endif %}
{% if domainform %} {% if domainform %}
{% bootstrap_form_errors interfaceform %} {% bootstrap_form_errors domainform %}
{% endif %} {% endif %}

Loading…
Cancel
Save