diff --git a/app/views/users/forget.html.haml b/app/views/users/forget.html.haml --- a/app/views/users/forget.html.haml +++ b/app/views/users/forget.html.haml @@ -1,6 +1,6 @@ .contest-title %h1 - = "#{Configuration['contest.name']}: #{t 'registration.password_retrieval.header'}" + = "#{GraderConfiguration['contest.name']}: #{t 'registration.password_retrieval.header'}" - if flash[:notice] %hr/