mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 11:35:03 +01:00 
			
		
		
		
	fix #1697
This commit is contained in:
		
							parent
							
								
									fad31ca302
								
							
						
					
					
						commit
						5cad124704
					
				| @ -148,7 +148,6 @@ forgot_password= Forgot Password | ||||
| forget_password = Forgot password? | ||||
| sign_up_now = Need an account? Sign up now. | ||||
| confirmation_mail_sent_prompt = A new confirmation e-mail has been sent to <b>%s</b>, please check your inbox within the next %d hours to complete the registration process. | ||||
| sign_in_to_account = Sign in to your account | ||||
| active_your_account = Activate Your Account | ||||
| resent_limit_prompt = Sorry, you already requested an activation email recently. Please wait 3 minutes then try again. | ||||
| has_unconfirmed_mail = Hi %s, you have an unconfirmed e-mail address (<b>%s</b>). If you haven't received a confirmation e-mail or need to resend a new one, please click on the button below. | ||||
|  | ||||
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							| @ -16,18 +16,10 @@ | ||||
|               <p class="center">{{.i18n.Tr "auth.resent_limit_prompt"}}</p> | ||||
|             {{else}} | ||||
|               <p>{{.i18n.Tr "auth.confirmation_mail_sent_prompt" .SignedUser.Email .Hours | Str2html}}</p> | ||||
|               <div class="ui divider"></div> | ||||
|               <div class="text right"> | ||||
|                 <a class="ui green button" href="http://{{Mail2Domain .SignedUser.Email}}">{{.i18n.Tr "auth.sign_in_to_account"}}</a> | ||||
|               </div> | ||||
|             {{end}} | ||||
|           {{else}} | ||||
|             {{if .IsSendRegisterMail}} | ||||
|               <p>{{.i18n.Tr "auth.confirmation_mail_sent_prompt" .Email .Hours | Str2html}}</p> | ||||
|               <div class="ui divider"></div> | ||||
|               <div class="text right"> | ||||
|                 <a class="ui green button" href="http://{{Mail2Domain .Email}}">{{.i18n.Tr "auth.sign_in_to_account"}}</a> | ||||
|               </div> | ||||
|             {{else if .IsActivateFailed}} | ||||
|               <p>{{.i18n.Tr "auth.invalid_code"}}</p> | ||||
|             {{else}} | ||||
|  | ||||
| @ -11,10 +11,6 @@ | ||||
|           {{template "base/alert" .}} | ||||
|           {{if .IsResetSent}} | ||||
|             <p>{{.i18n.Tr "auth.confirmation_mail_sent_prompt" .Email .Hours | Str2html}}</p> | ||||
|             <div class="ui divider"></div> | ||||
|             <div class="text right"> | ||||
|               <a class="ui green button" href="http://{{Mail2Domain .Email}}">{{.i18n.Tr "auth.sign_in_to_account"}}</a> | ||||
|             </div> | ||||
|           {{else if .IsResetRequest}} | ||||
|             <div class="required inline field {{if .Err_Email}}error{{end}}"> | ||||
|                 <label for="email">{{.i18n.Tr "email"}}</label> | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user