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