remove invite code and terms of service from new user signup page
This commit is contained in:
parent
626506f760
commit
601596703b
@ -39,20 +39,6 @@
|
|||||||
<%= f.password_field :password_confirmation %>
|
<%= f.password_field :password_confirmation %>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
|
||||||
<td class="left">
|
|
||||||
Invite Code
|
|
||||||
</td>
|
|
||||||
<td class="right">
|
|
||||||
<input name="invite" type="text" />
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td class="left"></td>
|
|
||||||
<td class="right">
|
|
||||||
<%= t(:tos_agree) %> <%= link_to t(:tos), { :controller => 'pages', :action => 'terms' }, :target => '_blank' %>.
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
<tr>
|
||||||
<td class="left"></td>
|
<td class="left"></td>
|
||||||
<td class="right"><%= f.submit t(:create_account) %></td>
|
<td class="right"><%= f.submit t(:create_account) %></td>
|
||||||
|
Loading…
Reference in New Issue
Block a user