summaryrefslogtreecommitdiff
path: root/app/views/users
diff options
context:
space:
mode:
authorankonym <ankonym@gmail.com>2015-08-05 16:55:39 +0200
committerankonym <ankonym@gmail.com>2015-09-28 15:12:44 +0200
commite6e1187fdc44766aa4336e05aa12d4e74db65d1d (patch)
treee065ba55c38515cdd60eec195d2096a720049551 /app/views/users
parentea71f09ee23dbc080dd29adf2c3b8fa61f848c22 (diff)
Adding invite code field to signup with validation for hardcoded invite code
Diffstat (limited to 'app/views/users')
-rw-r--r--app/views/users/new.html.haml5
1 files changed, 4 insertions, 1 deletions
diff --git a/app/views/users/new.html.haml b/app/views/users/new.html.haml
index 41a9d55..cd4bf70 100644
--- a/app/views/users/new.html.haml
+++ b/app/views/users/new.html.haml
@@ -17,5 +17,8 @@
= f.input :login, :label => t(:username), :required => false, :input_html => { :id => :srp_username }
= f.input :password, :required => false, :validate => true, :input_html => { :id => :srp_password }
= f.input :password_confirmation, :required => false, :validate => true, :input_html => { :id => :srp_password_confirmation }
- = f.button :wrapped, cancel: home_path
+ = f.input :invite_code, :input_html => { :id => :srp_invite_code }
+
+ = f.button :wrapped, cancel: home_path
+-#