X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/dc635b6d39be19a09a428282b6d639d029908df6..68d36148578a124acbf34f5da6893b0a62663699:/app/views/site/_basic_login.rhtml diff --git a/app/views/site/_basic_login.rhtml b/app/views/site/_basic_login.rhtml old mode 100755 new mode 100644 index f02d362..9c689fc --- a/app/views/site/_basic_login.rhtml +++ b/app/views/site/_basic_login.rhtml @@ -1,26 +1,13 @@ -<% -%> - <% form_tag :controller => 'account', :action => 'login' do %> - - - <%= text_field "Login", "login", :size => 30 %>
- - <%= password_field "Password", "password", :size => 30 %>
-
+<% form_tag :controller => 'account', :action => 'login' do %> -
-

<%= submit_tag 'Login' %>

-<% end %> -

<%= link_to 'Register for an account', :controller => -'account', :action => 'signup' %>

- -

<%= link_to 'Lost or forgot your password?', :controller => 'account', :action => 'forgot_password' %>

+

+

<%= text_field "Login", "login", :size => 30 %>

+

+

<%= password_field "Password", "password", :size => 30 %>

-

Unfortunately, Selectricity is currently being tested and new - accounts for full votes (i.e., non-QuickVotes) can not - be automatically created. If you are interested in using - Selectricity to - run an organizational election, contact Benjamin Mako Hill.

+

<%= submit_tag 'Login' %>

+<% end %> -
+

<%= link_to 'Register for an account', :controller => 'account', :action => 'signup' %>

+

<%= link_to 'Lost or forgot your password?', :controller => 'account', :action => 'forgot_password' %>