diff options
author | Unknwon <u@gogs.io> | 2016-03-03 15:09:43 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-03-03 15:09:43 -0500 |
commit | f946040fa94a3acb3b1f54873e6f95766595829c (patch) | |
tree | 4f7105c0554bc65763b411c1c032e9196272673e /templates | |
parent | 434614506e7edee8d75d747dfe2ac59458f669fe (diff) | |
download | gitea-f946040fa94a3acb3b1f54873e6f95766595829c.tar.gz gitea-f946040fa94a3acb3b1f54873e6f95766595829c.zip |
#1891 attempt to fix expected invalid CSRF token
- Remove unused config settings `[picture] service`
Diffstat (limited to 'templates')
-rw-r--r-- | templates/.VERSION | 2 | ||||
-rw-r--r-- | templates/admin/config.tmpl | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/templates/.VERSION b/templates/.VERSION index fa72d66699..f7750af4d8 100644 --- a/templates/.VERSION +++ b/templates/.VERSION @@ -1 +1 @@ -0.8.51.0303
\ No newline at end of file +0.8.52.0303
\ No newline at end of file diff --git a/templates/admin/config.tmpl b/templates/admin/config.tmpl index a6dc2ffcc4..880fca713b 100644 --- a/templates/admin/config.tmpl +++ b/templates/admin/config.tmpl @@ -211,8 +211,6 @@ </h4> <div class="ui attached table segment"> <dl class="dl-horizontal admin-dl-horizontal"> - <dt>{{.i18n.Tr "admin.config.picture_service"}}</dt> - <dd>{{.PictureService}}</dd> <dt>{{.i18n.Tr "admin.config.disable_gravatar"}}</dt> <dd><i class="fa fa{{if .DisableGravatar}}-check{{end}}-square-o"></i></dd> </dl> |