From 1b381ccf89e71c2d1da911a3bdef2f40cdab8a72 Mon Sep 17 00:00:00 2001 From: lhark Date: Mon, 18 Dec 2017 20:45:48 -0500 Subject: [PATCH] Fix machine template indentation --- machines/templates/machines/machine.html | 94 ++++++++++++------------ 1 file changed, 47 insertions(+), 47 deletions(-) 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 %}
{% csrf_token %} {% if machineform %} -

Machine

- {% bootstrap_form machineform %} +

Machine

+ {% bootstrap_form machineform %} {% endif %} {% if interfaceform %} -

Interface

+

Interface

{% if i_mbf_param %} - {% massive_bootstrap_form interfaceform 'ipv4,machine' mbf_param=i_mbf_param %} - {% else %} - {% massive_bootstrap_form interfaceform 'ipv4,machine' %} - {% endif %} + {% massive_bootstrap_form interfaceform 'ipv4,machine' mbf_param=i_mbf_param %} + {% else %} + {% massive_bootstrap_form interfaceform 'ipv4,machine' %} + {% endif %} {% endif %} {% if domainform %} -

Domaine

- {% bootstrap_form domainform %} +

Domaine

+ {% bootstrap_form domainform %} {% endif %} {% if iptypeform %} -

Type d'IP

- {% bootstrap_form iptypeform %} +

Type d'IP

+ {% bootstrap_form iptypeform %} {% endif %} {% if machinetypeform %} -

Type de machine

- {% bootstrap_form machinetypeform %} +

Type de machine

+ {% bootstrap_form machinetypeform %} {% endif %} {% if extensionform %} -

Extension

- {% massive_bootstrap_form extensionform 'origin' %} +

Extension

+ {% massive_bootstrap_form extensionform 'origin' %} {% endif %} {% if soaform %} -

Enregistrement SOA

- {% bootstrap_form soaform %} +

Enregistrement SOA

+ {% bootstrap_form soaform %} {% endif %} {% if mxform %} -

Enregistrement MX

- {% massive_bootstrap_form mxform 'name' %} +

Enregistrement MX

+ {% massive_bootstrap_form mxform 'name' %} {% endif %} {% if nsform %} -

Enregistrement NS

- {% massive_bootstrap_form nsform 'ns' %} +

Enregistrement NS

+ {% massive_bootstrap_form nsform 'ns' %} {% endif %} {% if txtform %} -

Enregistrement TXT

- {% bootstrap_form txtform %} +

Enregistrement TXT

+ {% bootstrap_form txtform %} {% endif %} {% if srvform %} -

Enregistrement SRV

- {% massive_bootstrap_form srvform 'target' %} +

Enregistrement SRV

+ {% massive_bootstrap_form srvform 'target' %} {% endif %} {% if aliasform %} -

Alias

- {% bootstrap_form aliasform %} +

Alias

+ {% bootstrap_form aliasform %} {% endif %} {% if serviceform %} -

Service

- {% massive_bootstrap_form serviceform 'servers' %} +

Service

+ {% massive_bootstrap_form serviceform 'servers' %} {% endif %} {% if vlanform %} -

Vlan

- {% bootstrap_form vlanform %} +

Vlan

+ {% bootstrap_form vlanform %} {% endif %} {% if nasform %} -

NAS

- {% bootstrap_form nasform %} +

NAS

+ {% bootstrap_form nasform %} {% endif %} {% bootstrap_button "Créer ou modifier" button_type="submit" icon="star" %}