diff --git a/app/controllers/users_controller.rb b/app/controllers/users_controller.rb index 8e44d4b7e..6126e0356 100644 --- a/app/controllers/users_controller.rb +++ b/app/controllers/users_controller.rb @@ -276,6 +276,7 @@ class UsersController < ApplicationController def new @user = User.new(:language => Setting.default_language, :mail_notification => Setting.default_notification_option) @auth_sources = AuthSource.all + render :layout => "base" end def create diff --git a/app/views/projects/_project.html.erb b/app/views/projects/_project.html.erb index c53c50432..fa0a8b75a 100644 --- a/app/views/projects/_project.html.erb +++ b/app/views/projects/_project.html.erb @@ -43,7 +43,7 @@