diff --git a/app/views/users/new.html.haml b/app/views/users/new.html.haml
--- a/app/views/users/new.html.haml
+++ b/app/views/users/new.html.haml
@@ -1,6 +1,6 @@
.contest-title
%h1
- = "#{Configuration['contest.name']}: #{t 'registration.title'}"
+ = "#{GraderConfiguration['contest.name']}: #{t 'registration.title'}"
.registration-desc
=t 'registration.description'