diff --git a/core/templates/register_user.html b/core/templates/register_user.html
index b3b7722..6c6e01e 100644
--- a/core/templates/register_user.html
+++ b/core/templates/register_user.html
@@ -34,7 +34,11 @@
{% for field in form %}
{% if field.auto_id == 'id_birth_date' %}
{% render_field field class='form-control input-sm' type='date' %}
diff --git a/users/templates/users/create.html b/users/templates/users/create.html
index 218a24d..6e64507 100644
--- a/users/templates/users/create.html
+++ b/users/templates/users/create.html
@@ -33,10 +33,18 @@
{% for field in form %}