diff --git a/app/views/site/started.html.haml b/app/views/site/started.html.haml
--- a/app/views/site/started.html.haml
+++ b/app/views/site/started.html.haml
@@ -1,6 +1,6 @@
%h2
Contest Administration for site:
- = "#{@site.name}, #{@site.country.name}"
+ = "#{@site.name}, #{@site.country.name if @site.country}"
- curr_time = Time.new.gmtime