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 48e2c4f commit 996ac18Copy full SHA for 996ac18
fasp_base/app/views/fasp_base/registrations/new.html.erb
@@ -25,7 +25,7 @@
25
26
<% if registration_invite_only? %>
27
<%= form.label :invitation_code %>
28
- <%= form.url_field :invitation_code, required: true %>
+ <%= form.text_field :invitation_code, required: true %>
29
<% end %>
30
</div>
31
0 commit comments