changeset 717:fce7374e48b7 cannam

Remove language field; we only handle English
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Tue, 04 Oct 2011 10:55:00 +0100
parents d6bb0e402676
children 378aca14739f 3f7bea56f35b
files app/views/account/register.rhtml
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/app/views/account/register.rhtml	Tue Oct 04 10:54:49 2011 +0100
+++ b/app/views/account/register.rhtml	Tue Oct 04 10:55:00 2011 +0100
@@ -29,9 +29,10 @@
 <p><label for="user_mail"><%=l(:field_mail)%> <span class="required">*</span></label>
 <%= text_field 'user', 'mail'  %></p>
 
+<!-- We only support English in this site 
 <p><label for="user_language"><%=l(:field_language)%></label>
 <%= select("user", "language", lang_options_for_select) %></p>
-
+-->
 
 <h3><%=l(:label_ssamr_details)%></h3>