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 %} -