We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e7971f commit 3a6242bCopy full SHA for 3a6242b
app/views/devise/registrations/new.html.erb
@@ -73,10 +73,9 @@
73
<!-- Description Field -->
74
<div class="mb-3">
75
<%= person_form.label :description, t('.person.description'), class: 'form-label' %>
76
- <%= person_form.text_area :description, class: "form-control", required: true %>
+ <%= person_form.text_area :description, class: "form-control" %>
77
<small class="form-text text-muted"><%= t('.person.description_hint') %></small>
78
</div>
79
-
80
<% end %>
81
82
0 commit comments