diff --git a/core/templates/register_user.html b/core/templates/register_user.html index 52e178c..4215c7a 100644 --- a/core/templates/register_user.html +++ b/core/templates/register_user.html @@ -44,6 +44,8 @@ + {% elif field.auto_id == 'id_cpf' %} + {% render_field field class='form-control' onkeypress='campoNumerico(this,event); formatarCpf(this,event);' %} {% else %} {% render_field field class='form-control' %} {{ field.help_text }} @@ -79,4 +81,5 @@
+ {% endblock %} -- libgit2 0.21.2