diff options
author | David Schneiderbauer <daviian@users.noreply.github.com> | 2018-05-16 16:18:13 +0200 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2018-05-16 22:18:13 +0800 |
commit | 80d1998981252bd5956b618b11115f1bf67cfd68 (patch) | |
tree | 1f32eb1fb3e0f8a14f59f713fe9c6dbadd01aac0 /templates | |
parent | d79829fc472f7374228bcd5eb30efcbfcad2a4c2 (diff) | |
download | gitea-80d1998981252bd5956b618b11115f1bf67cfd68.tar.gz gitea-80d1998981252bd5956b618b11115f1bf67cfd68.zip |
add missing token validation and fix missing alert on application settings page (#3976)
Diffstat (limited to 'templates')
-rw-r--r-- | templates/user/settings/applications.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/user/settings/applications.tmpl b/templates/user/settings/applications.tmpl index f1a3e48115..d842644185 100644 --- a/templates/user/settings/applications.tmpl +++ b/templates/user/settings/applications.tmpl @@ -2,6 +2,7 @@ <div class="user settings applications"> {{template "user/settings/navbar" .}} <div class="ui container"> + {{template "base/alert" .}} <h4 class="ui top attached header"> {{.i18n.Tr "settings.manage_access_token"}} </h4> |