diff --git a/second.py b/second.py index 734734d..743481f 100644 --- a/second.py +++ b/second.py @@ -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__": diff --git a/templates/second/install.html b/templates/second/config.html similarity index 100% rename from templates/second/install.html rename to templates/second/config.html