From 5bf04fe6d8a1e2a5f76ce89f5a0ea5e959adaa04 Mon Sep 17 00:00:00 2001 From: gzbender Date: Tue, 16 Apr 2019 02:47:03 +0500 Subject: [PATCH] =?UTF-8?q?=D0=BD=D0=B5=20=D1=80=D0=B0=D0=B1=D0=BE=D1=82?= =?UTF-8?q?=D0=B0=D0=B5=D1=82=20=D0=BA=D0=BE=D0=B4=20=D0=B4=D0=BB=D1=8F=20?= =?UTF-8?q?=D0=BF=D0=BE=D0=B4=D0=B0=D1=80=D0=BE=D1=87=D0=BD=D0=BE=D0=B3?= =?UTF-8?q?=D0=BE=20=D1=81=D0=B5=D1=80=D1=82=D0=B8=D1=84=D0=B8=D0=BA=D0=B0?= =?UTF-8?q?=D1=82=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/user/templates/user/profile-settings.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/user/templates/user/profile-settings.html b/apps/user/templates/user/profile-settings.html index 922f939e..3d382497 100644 --- a/apps/user/templates/user/profile-settings.html +++ b/apps/user/templates/user/profile-settings.html @@ -122,7 +122,7 @@
ДАТА РОЖДЕНИЯ
+ value="{% if user.child_birthday %}{{ user.child_birthday | date:'Y-m-d' }}{% endif %}" placeholder="dd/mm/yyyy"/>
{% for error in form.child_birthday.errors %}
{{ error }}
@@ -188,7 +188,7 @@
ДАТА РОЖДЕНИЯ
+ value="{% if user.birthday %}{{ user.birthday | date:'Y-m-d' }}{% endif %}" placeholder="dd/mm/yyyy"/>
{% for error in form.birthday.errors %}
{{ error }}