formatting

This commit is contained in:
Glandos 2020-11-24 22:23:58 +01:00
parent 6ec7dd6077
commit ce4d64da57

View file

@ -269,11 +269,11 @@ def home():
session=session,
)
@main.route("/mobile")
def mobile():
return render_template(
"download_mobile_app.html"
)
return render_template("download_mobile_app.html")
@main.route("/create", methods=["GET", "POST"])
@requires_admin(bypass=("ALLOW_PUBLIC_PROJECT_CREATION", True))