From 9c2120eb340ee3361f73320543d555151f6d8c85 Mon Sep 17 00:00:00 2001 From: Unknwon <joe2010xtmf@163.com> Date: Thu, 27 Nov 2014 21:36:12 -0500 Subject: [PATCH] fix #675 --- templates/user/settings/profile.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/user/settings/profile.tmpl b/templates/user/settings/profile.tmpl index 827586fae..febf52370 100644 --- a/templates/user/settings/profile.tmpl +++ b/templates/user/settings/profile.tmpl @@ -47,7 +47,7 @@ <input class="ipt ipt-large ipt-radius {{if .Err_Location}}ipt-error{{end}}" id="location" name="location" type="text" value="{{.SignedUser.Location}}" /> </div> <div class="field"> - <label for="gravatar-email">Gravatar {{.i18n.Tr "email"}}</label> + <label class="req" for="gravatar-email">Gravatar {{.i18n.Tr "email"}}</label> <input class="ipt ipt-large ipt-radius {{if .Err_Avatar}}ipt-error{{end}}" id="gravatar-email" name="avatar" type="text" value="{{.SignedUser.AvatarEmail}}" /> </div> <div class="field">