From 382dede66ff90e42223f2e6933a43da01a426ef9 Mon Sep 17 00:00:00 2001 From: ailsoncgt Date: Thu, 22 Sep 2016 02:33:43 -0300 Subject: [PATCH] Fixing date error --- users/templates/users/edit_profile.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/users/templates/users/edit_profile.html b/users/templates/users/edit_profile.html index 0bb6594..e948d32 100644 --- a/users/templates/users/edit_profile.html +++ b/users/templates/users/edit_profile.html @@ -31,7 +31,7 @@
{% if field.auto_id == 'id_birth_date' %} - {% render_field field class='form-control input-sm' type='date' %} + {{ field.help_text }} {% elif field.auto_id == 'id_image' %} {% render_field field class='form-control input-sm' %} @@ -50,7 +50,7 @@
{% else %} - {% render_field field class='form-control input-sm' %} + {% render_field field class='form-control' %} {{ field.help_text }} {% endif %} {% if field.errors.length > 0 %} -- libgit2 0.21.2