From 240cf60364a238ce2ab46278ebf9d69d3cf53281 Mon Sep 17 00:00:00 2001 From: Zambom Date: Thu, 27 Oct 2016 21:57:14 -0300 Subject: [PATCH] Resolving input date in edit profile [Issue: #226] --- users/templates/users/edit_profile.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/templates/users/edit_profile.html b/users/templates/users/edit_profile.html index 2a0bba5..99fc268 100644 --- a/users/templates/users/edit_profile.html +++ b/users/templates/users/edit_profile.html @@ -36,7 +36,7 @@ {% endif %} {% if field.auto_id == 'id_birth_date' %} - + {{ field.help_text }} {% elif field.auto_id == 'id_image' or field.auto_id == 'id_curriculum'%} {% render_field field class='form-control input-sm' %} -- libgit2 0.21.2