aboutsummaryrefslogtreecommitdiffstats
path: root/templates/user
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-04-09 21:42:25 -0400
committerUnknown <joe2010xtmf@163.com>2014-04-09 21:42:25 -0400
commit5d4025cb5a629716bf84f4f5bf3baa97af716df4 (patch)
tree0302bc6bc306df2f400b8b19fb9531918e09c7ca /templates/user
parent3487f1728530fd2b0a447fe6fd7ef079cb53eed4 (diff)
downloadgitea-5d4025cb5a629716bf84f4f5bf3baa97af716df4.tar.gz
gitea-5d4025cb5a629716bf84f4f5bf3baa97af716df4.zip
Add go get meta support
Diffstat (limited to 'templates/user')
-rw-r--r--templates/user/forgot_passwd.tmpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/user/forgot_passwd.tmpl b/templates/user/forgot_passwd.tmpl
index ff25406fd0..a099ff2744 100644
--- a/templates/user/forgot_passwd.tmpl
+++ b/templates/user/forgot_passwd.tmpl
@@ -24,6 +24,8 @@
</div>
{{else if .IsResetDisable}}
<p>Sorry, mail service is not enabled.</p>
+ {{else if .ResendLimited}}
+ <p>Sorry, you are sending e-mail too frequently, please wait 3 minutes.</p>
{{end}}
</form>
</div>