From bdafb8b7300d46580be7ee1876704c1bbcd03533 Mon Sep 17 00:00:00 2001 From: bashmak Date: Thu, 18 May 2017 11:54:30 +0300 Subject: [PATCH] =?UTF-8?q?=D0=97=D0=B0=D0=BF=D0=B8=D0=BB=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=B4=D0=B8=D0=BD=D0=B0=D0=BC=D0=B8=D1=87=D0=B5=D1=81=D0=BA?= =?UTF-8?q?=D0=B8=D0=B5=20=D0=BF=D0=BE=D0=BB=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- abonapp/templates/abonapp/editAbon.html | 37 ++++++++++++++++++++----- 1 file changed, 30 insertions(+), 7 deletions(-) diff --git a/abonapp/templates/abonapp/editAbon.html b/abonapp/templates/abonapp/editAbon.html index 5f311fb..60cd63c 100644 --- a/abonapp/templates/abonapp/editAbon.html +++ b/abonapp/templates/abonapp/editAbon.html @@ -143,7 +143,7 @@
- +
{{ tech_form.port }}{{ tech_form.port.errors }}
@@ -165,19 +165,43 @@
-

Доп поля

+

{% trans 'Extra fields' %}

-
{% csrf_token %} - + {% csrf_token %} + {% for ef in abon.extra_fields.all %}
- +
- + +
+ + + + + + + +
+
+ {% empty %} +

{% trans 'Extra field does not exist' %}

+ {% endfor %} +
+
+ + {% trans 'Add' %} + + + +
+
@@ -186,4 +210,3 @@
{% endblock %} -