warn users about inviting strangers

This commit is contained in:
joshua stein 2012-09-03 12:55:43 -05:00
parent 5a72a9d6a7
commit 89a32886e1

View file

@ -117,6 +117,14 @@
</div>
<%= form_tag "/invitations", :method => :post do |f| %>
<p>
Invitations are used as a spam-control mechanism and are unlimited.
Persons you invite will be associated with your account in the <a
href="/u">user tree</a> and you may be responsible for them if they cause
problems. Please use your discretion when inviting persons you don't
personally know.
</p>
<div class="boxline">
<%= label_tag :email, "E-mail Address:", :class => "required" %>
<%= text_field_tag :email, "", :size => 30 %>