From 04e78908ce29a1f1a40b198338ee8a41fc92e454 Mon Sep 17 00:00:00 2001 From: bashmak Date: Wed, 5 Jul 2017 13:40:51 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A2=D0=B5=D0=BF=D0=B5=D1=80=D1=8C=20=D0=B2?= =?UTF-8?q?=D0=BC=D0=B5=D1=81=D1=82=D0=BE=20=D0=B2=D0=BF=D0=B8=D1=81=D1=8B?= =?UTF-8?q?=D0=B2=D0=B0=D0=BD=D0=B8=D1=8F=20=D0=BC=D0=B0=D0=BA=D0=B0=20?= =?UTF-8?q?=D1=83=D1=81=D1=82=D1=80=D0=BE=D0=B9=D1=81=D1=82=D0=B2=D0=B0=20?= =?UTF-8?q?=D0=B2=D1=80=D1=83=D1=87=D0=BD=D1=83=D1=8E=20=D0=BC=D0=BE=D0=B6?= =?UTF-8?q?=D0=BD=D0=BE=20=D0=B2=D1=8B=D0=B1=D1=80=D0=B0=D1=82=D1=8C=20?= =?UTF-8?q?=D0=B3=D0=BE=D1=82=D0=BE=D0=B2=D0=BE=D0=B5=20=D1=83=D1=81=D1=82?= =?UTF-8?q?=D1=80=D0=BE=D0=B9=D1=81=D1=82=D0=B2=D0=BE=20=D0=B8=D0=B7=20?= =?UTF-8?q?=D1=81=D0=BF=D0=B8=D1=81=D0=BA=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- abonapp/templates/abonapp/editAbon.html | 73 +++++++++++++++---------- 1 file changed, 43 insertions(+), 30 deletions(-) diff --git a/abonapp/templates/abonapp/editAbon.html b/abonapp/templates/abonapp/editAbon.html index 9cb0b70..1ee030e 100644 --- a/abonapp/templates/abonapp/editAbon.html +++ b/abonapp/templates/abonapp/editAbon.html @@ -42,7 +42,7 @@
- +
@@ -113,23 +113,6 @@ -
- -
- {% if ip %}
@@ -147,36 +130,66 @@
-

{% trans 'DHCP information' %}

+

{% trans 'Select the device' %}

+
-
{% csrf_token %} + {% csrf_token %}
- -
- {{ tech_form.mac }}{{ tech_form.mac.errors }} + +
+ {% if device %}
- +
- {{ tech_form.port }}{{ tech_form.port.errors }} + +
+
+
+
+
-
- - {% trans 'Delete' %} - +
- + {% endif %}