mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 00:20:25 +08:00 
			
		
		
		
	Hide the registration button depending on the setting
This commit is contained in:
		@@ -41,6 +41,7 @@ func Home(ctx *middleware.Context) {
 | 
			
		||||
		ctx.Data["OauthEnabled"] = true
 | 
			
		||||
		ctx.Data["OauthService"] = setting.OauthService
 | 
			
		||||
	}
 | 
			
		||||
	ctx.Data["ShowRegistrationButton"] = setting.Service.ShowRegistrationButton
 | 
			
		||||
 | 
			
		||||
	ctx.Data["PageIsHome"] = true
 | 
			
		||||
	ctx.HTML(200, HOME)
 | 
			
		||||
 
 | 
			
		||||
@@ -14,7 +14,9 @@
 | 
			
		||||
                <input class="ipt ipt-large" name="password" type="password" placeholder="{{.i18n.Tr "home.password_holder"}}"/>
 | 
			
		||||
                <input name="from" type="hidden" value="home">
 | 
			
		||||
                <button class="btn btn-black btn-large">{{.i18n.Tr "sign_in"}}</button>
 | 
			
		||||
                {{if .ShowRegistrationButton}}
 | 
			
		||||
                <button class="btn btn-green btn-large" id="register-button">{{.i18n.Tr "register"}}</button>
 | 
			
		||||
                {{end}}
 | 
			
		||||
            </form>
 | 
			
		||||
            <div id="promo-social" class="social-buttons">
 | 
			
		||||
                {{template "ng/base/social" .}}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user