diff options
| author | Glandos <bugs-github@antipoul.fr> | 2020-11-24 22:23:58 +0100 |
|---|---|---|
| committer | Glandos <bugs-github@antipoul.fr> | 2020-11-24 22:25:02 +0100 |
| commit | ce4d64da57d5f324db62e671780b6185cfe2abe0 (patch) | |
| tree | 28f0584b396146ba73f021ce058f7dffc9f87061 /ihatemoney | |
| parent | 6ec7dd607752dc750481d03ccba1e77af3f5711a (diff) | |
| download | ihatemoney-mirror-ce4d64da57d5f324db62e671780b6185cfe2abe0.zip ihatemoney-mirror-ce4d64da57d5f324db62e671780b6185cfe2abe0.tar.gz ihatemoney-mirror-ce4d64da57d5f324db62e671780b6185cfe2abe0.tar.bz2 | |
formatting
Diffstat (limited to 'ihatemoney')
| -rw-r--r-- | ihatemoney/web.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ihatemoney/web.py b/ihatemoney/web.py index 6e4a209..d16cf55 100644 --- a/ihatemoney/web.py +++ b/ihatemoney/web.py @@ -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)) |
