Browse Source

update gopmfile

for-closed-social
Unknwon 8 years ago
parent
commit
72377c721c
4 changed files with 6 additions and 6 deletions
  1. +2
    -2
      .gopmfile
  2. +1
    -1
      conf/app.ini
  3. +2
    -2
      modules/bindata/bindata.go
  4. +1
    -1
      templates/org/settings/options.tmpl

+ 2
- 2
.gopmfile View File

@ -29,8 +29,8 @@ github.com/msteinert/pam =
github.com/nfnt/resize = commit:53e9ca890b
github.com/russross/blackfriday = commit:6928e11ecd
github.com/shurcooL/go = commit:bc30a0bd33
golang.org/x/net = commit:7dbad50ab5
golang.org/x/text = commit:5f741289c4
golang.org/x/net =
golang.org/x/text =
gopkg.in/ini.v1 =
gopkg.in/redis.v2 = commit:e617904962

+ 1
- 1
conf/app.ini View File

@ -119,7 +119,7 @@ SKIP_VERIFY =
USE_CERTIFICATE = false
CERT_FILE = custom/mailer/cert.pem
KEY_FILE = custom/mailer/key.pem
; Mail from address, RFC 5322. This can be just an email address, or the "Name" <email@example.com> format
; Mail from address, RFC 5322. This can be just an email address, or the `"Name" <email@example.com>` format
FROM =
; Mailer user name and password
USER =

+ 2
- 2
modules/bindata/bindata.go
File diff suppressed because it is too large
View File


+ 1
- 1
templates/org/settings/options.tmpl View File

@ -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">

Loading…
Cancel
Save