mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-29 09:52:36 +02:00
formatting
This commit is contained in:
parent
6ec7dd6077
commit
ce4d64da57
1 changed files with 3 additions and 3 deletions
|
@ -269,11 +269,11 @@ def home():
|
||||||
session=session,
|
session=session,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
@main.route("/mobile")
|
@main.route("/mobile")
|
||||||
def mobile():
|
def mobile():
|
||||||
return render_template(
|
return render_template("download_mobile_app.html")
|
||||||
"download_mobile_app.html"
|
|
||||||
)
|
|
||||||
|
|
||||||
@main.route("/create", methods=["GET", "POST"])
|
@main.route("/create", methods=["GET", "POST"])
|
||||||
@requires_admin(bypass=("ALLOW_PUBLIC_PROJECT_CREATION", True))
|
@requires_admin(bypass=("ALLOW_PUBLIC_PROJECT_CREATION", True))
|
||||||
|
|
Loading…
Reference in a new issue