diff options
Diffstat (limited to 'templates/install.tmpl')
-rw-r--r-- | templates/install.tmpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/install.tmpl b/templates/install.tmpl index 27cf1034c5..f0e4680c32 100644 --- a/templates/install.tmpl +++ b/templates/install.tmpl @@ -10,7 +10,7 @@ <p>{{.i18n.Tr "install.docker_helper" "https://docs.gitea.io/en-us/install-with-docker/" | Safe}}</p> - <form class="ui form" action="{{AppSubUrl}}/install" method="post"> + <form class="ui form" action="{{AppSubUrl}}/" method="post"> <!-- Database Settings --> <h4 class="ui dividing header">{{.i18n.Tr "install.db_title"}}</h4> <p>{{.i18n.Tr "install.requite_db_desc"}}</p> @@ -307,4 +307,5 @@ </div> </div> </div> +<img style="display: none" src="{{StaticUrlPrefix}}/img/loading.png"/> {{template "base/footer" .}} |