diff --git a/app/views/main/login.html.haml b/app/views/main/login.html.haml
--- a/app/views/main/login.html.haml
+++ b/app/views/main/login.html.haml
@@ -30,7 +30,14 @@
%br/
-- if Configuration['system.mode']=='contest'
+-# if Configuration['system.online_registration']
+ Want to participate?
+ %b
+ Please
+ = link_to 'register.', :controller => :users, :action => :new
+ %br/
+
+- if (Configuration['system.mode']=='contest') and (Configuration['contest.multisites'])
%script{:type => 'text/javascript'}
var siteList = new Array();
- @countries.each do |country|