Added swiping on mobile, fixed index.html, small changes to css

This commit is contained in:
Markus Pawlata
2018-12-07 01:35:40 +01:00
parent 4961c398a5
commit d9a96b827f
6 changed files with 192 additions and 45 deletions

View File

@ -35,7 +35,7 @@ def scan_photos():
@app.route("/auth")
def login():
if request.args.get('logout'):
if 'logout' in request.args:
logout_user()
if current_user.is_authenticated: