diff --git a/machines/templates/machines/machine.html b/machines/templates/machines/machine.html index 7bb3fc6c..31a15679 100644 --- a/machines/templates/machines/machine.html +++ b/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 %}