diff --git a/core/templates/register_user.html b/core/templates/register_user.html index 6c6e01e..8857765 100644 --- a/core/templates/register_user.html +++ b/core/templates/register_user.html @@ -41,7 +41,8 @@ {% endif %}
{% if field.auto_id == 'id_birth_date' %} - {% render_field field class='form-control input-sm' type='date' %} + {% render_field field class='form-control input-sm date-picker' %} + {{ field.help_text }} {% elif field.auto_id == 'id_image' %} {% render_field field class='form-control input-sm' %} diff --git a/users/templates/users/create.html b/users/templates/users/create.html index 6e64507..96571b9 100644 --- a/users/templates/users/create.html +++ b/users/templates/users/create.html @@ -38,7 +38,8 @@ {% else %} {% endif %} - + + {% elif field.auto_id == 'id_image' %} {% if field.field.required %} -- libgit2 0.21.2