Skip to content

Commit 3a6242b

Browse files
committed
Remove requirement for person description on registration
1 parent 6e7971f commit 3a6242b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/views/devise/registrations/new.html.erb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,9 @@
7373
<!-- Description Field -->
7474
<div class="mb-3">
7575
<%= person_form.label :description, t('.person.description'), class: 'form-label' %>
76-
<%= person_form.text_area :description, class: "form-control", required: true %>
76+
<%= person_form.text_area :description, class: "form-control" %>
7777
<small class="form-text text-muted"><%= t('.person.description_hint') %></small>
7878
</div>
79-
8079
<% end %>
8180
</div>
8281

0 commit comments

Comments
 (0)