Browse Source

Fix affichage des erreurs Domainform

granuban
Nymous 8 years ago
parent
commit
17a219c0db
  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 %}
{% endif %}
{% if domainform %}
{% bootstrap_form_errors interfaceform %}
{% bootstrap_form_errors domainform %}
{% endif %}

Loading…
Cancel
Save