diff --git a/machines/templates/machines/machine.html b/machines/templates/machines/machine.html index 796aac7b..9159a31d 100644 --- a/machines/templates/machines/machine.html +++ b/machines/templates/machines/machine.html @@ -31,113 +31,113 @@ with this program; if not, write to the Free Software Foundation, Inc., {% block content %} {% if machineform %} -{% bootstrap_form_errors machineform %} + {% bootstrap_form_errors machineform %} {% endif %} {% if interfaceform %} -{% bootstrap_form_errors interfaceform %} + {% bootstrap_form_errors interfaceform %} {% endif %} {% if domainform %} -{% bootstrap_form_errors domainform %} + {% bootstrap_form_errors domainform %} {% endif %} {% if iptypeform %} -{% bootstrap_form_errors iptypeform %} + {% bootstrap_form_errors iptypeform %} {% endif %} {% if machinetypeform %} -{% bootstrap_form_errors machinetypeform %} + {% bootstrap_form_errors machinetypeform %} {% endif %} {% if extensionform %} -{% bootstrap_form_errors extensionform %} + {% bootstrap_form_errors extensionform %} {% endif %} {% if mxform %} -{% bootstrap_form_errors mxform %} + {% bootstrap_form_errors mxform %} {% endif %} {% if nsform %} -{% bootstrap_form_errors nsform %} + {% bootstrap_form_errors nsform %} {% endif %} {% if txtform %} -{% bootstrap_form_errors txtform %} + {% bootstrap_form_errors txtform %} {% endif %} {% if srvform %} -{% bootstrap_form_errors srvform %} + {% bootstrap_form_errors srvform %} {% endif %} {% if aliasform %} -{% bootstrap_form_errors aliasform %} + {% bootstrap_form_errors aliasform %} {% endif %} {% if serviceform %} -{% bootstrap_form_errors serviceform %} + {% bootstrap_form_errors serviceform %} {% endif %} {% if vlanform %} -{% bootstrap_form_errors vlanform %} + {% bootstrap_form_errors vlanform %} {% endif %} {% if nasform %} -{% bootstrap_form_errors nasform %} + {% bootstrap_form_errors nasform %} {% endif %}