diff --git a/tariff_app/templates/tariff_app/editTarif.html b/tariff_app/templates/tariff_app/editTarif.html
index dc86afe..7234995 100644
--- a/tariff_app/templates/tariff_app/editTarif.html
+++ b/tariff_app/templates/tariff_app/editTarif.html
@@ -27,7 +27,7 @@
-
+
{{ form.title }}{{ form.title.errors }}
@@ -36,7 +36,7 @@
-
+
{{ form.descr }}{{ form.descr.errors }}
@@ -45,7 +45,7 @@
-
+
{{ form.speedIn }}{{ form.speedIn.errors }}
@@ -54,7 +54,7 @@
-
+
{{ form.speedOut }}{{ form.speedOut.errors }}
@@ -63,7 +63,7 @@
-
+
{{ form.amount }}{{ form.amount.errors }}
@@ -72,7 +72,7 @@
-
+
{{ form.calc_type }}{{ form.calc_type.errors }}