mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-09-27 05:05:56 +00:00
fix #1697
This commit is contained in:
parent
fad31ca302
commit
5cad124704
4 changed files with 2 additions and 15 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue