Commit 18b4327ecb68af31239ed63afd6220953e4dd79e

Authored by Fabio Teixeira
1 parent 87909b3b

correcoes_aderencia: Add full name error message on profile editor

Signed-off-by: Fabio Teixeira <fabio1079@gmail.com>
Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
views/person_editor_extras.html.erb
... ... @@ -32,3 +32,5 @@
32 32 <% end %>
33 33 </ul>
34 34 </div>
  35 +
  36 +<%= hidden_field_tag("full_name_error", _("Should begin with a capital letter and no special characters")) %>
35 37 \ No newline at end of file
... ...