summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNanguan Lin <70063547+lng2020@users.noreply.github.com>2023-11-07 17:22:30 +0800
committerGitHub <noreply@github.com>2023-11-07 09:22:30 +0000
commit2978b435bb5b272e4c2ed7252f26a3348f2453fb (patch)
tree7fc0aa3776252caa7e1a19a9b31c63e8a36e9daa
parent00705da102be929dfa41519b030be3bdd8c68472 (diff)
downloadgitea-2978b435bb5b272e4c2ed7252f26a3348f2453fb.tar.gz
gitea-2978b435bb5b272e4c2ed7252f26a3348f2453fb.zip
Remove duplicated button in Install web page (#27941)
Fix #27934 Regression #25648
-rw-r--r--templates/install.tmpl2
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>