install.html -> config.html

This commit is contained in:
Luke Murphy 2020-07-01 20:56:16 +02:00
parent d4897ef5b3
commit 61b5849678
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
2 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ def index():
def app_config(app_name):
if app_name == "gitea":
form = GiteaConfigForm()
return render_template("second/install.html", app_name=app_name, form=form)
return render_template("second/config.html", app_name=app_name, form=form)
if __name__ == "__main__":