mirror of
				https://github.com/go-gitea/gitea
				synced 2025-10-31 03:18:24 +00:00 
			
		
		
		
	fix #1697
This commit is contained in:
		| @@ -148,7 +148,6 @@ forgot_password= Forgot Password | |||||||
| forget_password = Forgot password? | forget_password = Forgot password? | ||||||
| sign_up_now = Need an account? Sign up now. | 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. | 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 | active_your_account = Activate Your Account | ||||||
| resent_limit_prompt = Sorry, you already requested an activation email recently. Please wait 3 minutes then try again. | 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. | 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> |               <p class="center">{{.i18n.Tr "auth.resent_limit_prompt"}}</p> | ||||||
|             {{else}} |             {{else}} | ||||||
|               <p>{{.i18n.Tr "auth.confirmation_mail_sent_prompt" .SignedUser.Email .Hours | Str2html}}</p> |               <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}} |             {{end}} | ||||||
|           {{else}} |           {{else}} | ||||||
|             {{if .IsSendRegisterMail}} |             {{if .IsSendRegisterMail}} | ||||||
|               <p>{{.i18n.Tr "auth.confirmation_mail_sent_prompt" .Email .Hours | Str2html}}</p> |               <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}} |             {{else if .IsActivateFailed}} | ||||||
|               <p>{{.i18n.Tr "auth.invalid_code"}}</p> |               <p>{{.i18n.Tr "auth.invalid_code"}}</p> | ||||||
|             {{else}} |             {{else}} | ||||||
|   | |||||||
| @@ -11,10 +11,6 @@ | |||||||
|           {{template "base/alert" .}} |           {{template "base/alert" .}} | ||||||
|           {{if .IsResetSent}} |           {{if .IsResetSent}} | ||||||
|             <p>{{.i18n.Tr "auth.confirmation_mail_sent_prompt" .Email .Hours | Str2html}}</p> |             <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}} |           {{else if .IsResetRequest}} | ||||||
|             <div class="required inline field {{if .Err_Email}}error{{end}}"> |             <div class="required inline field {{if .Err_Email}}error{{end}}"> | ||||||
|                 <label for="email">{{.i18n.Tr "email"}}</label> |                 <label for="email">{{.i18n.Tr "email"}}</label> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user