install.html -> config.html
This commit is contained in:
parent
d4897ef5b3
commit
61b5849678
@ -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__":
|
||||
|
Reference in New Issue
Block a user