From 03d5540fc8fbb98db54bfc213f62cdcff384f779 Mon Sep 17 00:00:00 2001 From: Zach Moody Date: Sun, 6 Mar 2016 14:58:13 -0600 Subject: [PATCH] netbox: adjusted where IP address form buttons rendered to be more in line with other two-column add/edit pages. --- netbox/templates/ipam/ipaddress_edit.html | 24 +++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/netbox/templates/ipam/ipaddress_edit.html b/netbox/templates/ipam/ipaddress_edit.html index 0aa025e66..7015e717c 100644 --- a/netbox/templates/ipam/ipaddress_edit.html +++ b/netbox/templates/ipam/ipaddress_edit.html @@ -45,18 +45,6 @@ {% render_field form.description %} -
-
- {% if ipaddress %} - - Cancel - {% else %} - - - Cancel - {% endif %} -
-
@@ -80,6 +68,18 @@
+
+
+ {% if ipaddress %} + + Cancel + {% else %} + + + Cancel + {% endif %} +
+
{% endblock %}