Skip to content

Commit 559f7ea

Browse files
committed
fix: remove extra whitespace from top of edit form.
1 parent dabae97 commit 559f7ea

7 files changed

+14
-0
lines changed

cdip_admin/integrations/templates/integrations/bridge_integration_add_partial.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{% load crispy_forms_tags %}
2+
<div>
23
<div class="slide-panel-toolbar">
34
<h4 class="mb-0">Add Bridge Integration</h4>
45
<div>
@@ -10,3 +11,4 @@ <h4 class="mb-0">Add Bridge Integration</h4>
1011
{% include "integrations/_form_errors.html" %}
1112
{% crispy form %}
1213
</div>
14+
</div>

cdip_admin/integrations/templates/integrations/device_add_partial.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{% load crispy_forms_tags %}
2+
<div>
23
<div class="slide-panel-toolbar">
34
<h4 class="mb-0">Add Device</h4>
45
<div>
@@ -10,3 +11,4 @@ <h4 class="mb-0">Add Device</h4>
1011
{% include "integrations/_form_errors.html" %}
1112
{% crispy form %}
1213
</div>
14+
</div>

cdip_admin/integrations/templates/integrations/device_group_add_partial.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{% load crispy_forms_tags %}
2+
<div>
23
<div class="slide-panel-toolbar">
34
<h4 class="mb-0">Add Device Group</h4>
45
<div>
@@ -10,3 +11,4 @@ <h4 class="mb-0">Add Device Group</h4>
1011
{% include "integrations/_form_errors.html" %}
1112
{% crispy form %}
1213
</div>
14+
</div>

cdip_admin/integrations/templates/integrations/inbound_integration_configuration_add_partial.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{% load crispy_forms_tags %}
2+
<div>
23
<div class="slide-panel-toolbar">
34
<h4 class="mb-0">Add Inbound Integration</h4>
45
<div>
@@ -10,3 +11,4 @@ <h4 class="mb-0">Add Inbound Integration</h4>
1011
{% include "integrations/_form_errors.html" %}
1112
{% crispy form %}
1213
</div>
14+
</div>

cdip_admin/integrations/templates/integrations/inbound_integration_type_add_partial.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{% load crispy_forms_tags %}
2+
<div>
23
<div class="slide-panel-toolbar">
34
<h4 class="mb-0">Add Inbound Integration Type</h4>
45
<div>
@@ -10,3 +11,4 @@ <h4 class="mb-0">Add Inbound Integration Type</h4>
1011
{% include "integrations/_form_errors.html" %}
1112
{% crispy form %}
1213
</div>
14+
</div>

cdip_admin/integrations/templates/integrations/outbound_integration_configuration_add_partial.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{% load crispy_forms_tags %}
2+
<div>
23
<div class="slide-panel-toolbar">
34
<h4 class="mb-0">Add Outbound Integration</h4>
45
<div>
@@ -10,3 +11,4 @@ <h4 class="mb-0">Add Outbound Integration</h4>
1011
{% include "integrations/_form_errors.html" %}
1112
{% crispy form %}
1213
</div>
14+
</div>

cdip_admin/integrations/templates/integrations/outbound_integration_type_add_partial.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{% load crispy_forms_tags %}
2+
<div>
23
<div class="slide-panel-toolbar">
34
<h4 class="mb-0">Add Outbound Integration Type</h4>
45
<div>
@@ -10,3 +11,4 @@ <h4 class="mb-0">Add Outbound Integration Type</h4>
1011
{% include "integrations/_form_errors.html" %}
1112
{% crispy form %}
1213
</div>
14+
</div>

0 commit comments

Comments
 (0)