diff --git a/users/templates/users/create.html b/users/templates/users/create.html
index bc3770a..ce52bed 100644
--- a/users/templates/users/create.html
+++ b/users/templates/users/create.html
@@ -38,8 +38,8 @@
{% else %}
{% endif %}
-
+ {% render_field field class='form-control date-picker' %}
{% elif field.auto_id == 'id_image' %}
{% if field.field.required %}
@@ -136,4 +136,11 @@
+
{% endblock %}
--
libgit2 0.21.2