diff options
author | Nanguan Lin <70063547+lng2020@users.noreply.github.com> | 2023-11-07 17:22:30 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-07 09:22:30 +0000 |
commit | 2978b435bb5b272e4c2ed7252f26a3348f2453fb (patch) | |
tree | 7fc0aa3776252caa7e1a19a9b31c63e8a36e9daa | |
parent | 00705da102be929dfa41519b030be3bdd8c68472 (diff) | |
download | gitea-2978b435bb5b272e4c2ed7252f26a3348f2453fb.tar.gz gitea-2978b435bb5b272e4c2ed7252f26a3348f2453fb.zip |
Remove duplicated button in Install web page (#27941)
Fix #27934
Regression #25648
-rw-r--r-- | templates/install.tmpl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/install.tmpl b/templates/install.tmpl index 46e8c2caca..df2558e936 100644 --- a/templates/install.tmpl +++ b/templates/install.tmpl @@ -325,8 +325,6 @@ <!-- Environment Config --> <h4 class="ui dividing header">{{.locale.Tr "install.env_config_keys"}}</h4> <div class="inline field"> - <label></label> - <button class="ui primary button">{{.locale.Tr "install.install_btn_confirm"}}</button> <div class="right-content"> {{.locale.Tr "install.env_config_keys_prompt"}} </div> |