Skip to content

Commit 996ac18

Browse files
committed
Fix form field
1 parent 48e2c4f commit 996ac18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
<% if registration_invite_only? %>
2727
<%= form.label :invitation_code %>
28-
<%= form.url_field :invitation_code, required: true %>
28+
<%= form.text_field :invitation_code, required: true %>
2929
<% end %>
3030
</div>
3131

0 commit comments

Comments
 (0)