aboutsummaryrefslogtreecommitdiffstats
path: root/templates/org/settings/options.tmpl
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-07-28 22:36:41 +0800
committerUnknwon <u@gogs.io>2015-07-28 22:36:41 +0800
commit72377c721cc7c164a511080630f10ff4e373cadc (patch)
tree8396da4d7e1c84a199135c1f0518ecb5013fec60 /templates/org/settings/options.tmpl
parentf83519b4528da69df41bbac3574e42903963a075 (diff)
downloadgitea-72377c721cc7c164a511080630f10ff4e373cadc.tar.gz
gitea-72377c721cc7c164a511080630f10ff4e373cadc.zip
update gopmfile
Diffstat (limited to 'templates/org/settings/options.tmpl')
-rw-r--r--templates/org/settings/options.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/org/settings/options.tmpl b/templates/org/settings/options.tmpl
index 6544fb4cea..cc7065e8fb 100644
--- a/templates/org/settings/options.tmpl
+++ b/templates/org/settings/options.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="{{.Org.Location}}" />
</div>
<div class="field {{if DisableGravatar}}hide{{end}}">
- <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="{{.Org.AvatarEmail}}" />
</div>
<div class="field">