mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-29 01:42:37 +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,
|
||||
)
|
||||
|
||||
|
||||
@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))
|
||||
|
|
Loading…
Reference in a new issue