diff options
Diffstat (limited to 'templates/install.tmpl')
-rw-r--r-- | templates/install.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/install.tmpl b/templates/install.tmpl index eb2940826a..f1c28031d9 100644 --- a/templates/install.tmpl +++ b/templates/install.tmpl @@ -8,7 +8,7 @@ <div class="panel-header"> <strong>{{.i18n.Tr "install.title"}}</strong> </div> - <form class="form form-align panel-body" id="install-form" action="{{AppRootSubUrl}}/install" method="post"> + <form class="form form-align panel-body" id="install-form" action="{{AppSubUrl}}/install" method="post"> {{.CsrfTokenHtml}} <div class="text-center panel-desc">{{.i18n.Tr "install.requite_db_desc"}}</div> <div class="field"> |