From bcb05268ba17e69f688848060f7762f4722a4f32 Mon Sep 17 00:00:00 2001 From: pluja Date: Sat, 26 Sep 2020 20:13:44 +0200 Subject: [PATCH] Fixes css and icons not found --- app/routes.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app/routes.py b/app/routes.py index 0860245..1cf56a3 100644 --- a/app/routes.py +++ b/app/routes.py @@ -179,7 +179,6 @@ def search(): return render_template('search.html', form = form, config=config) @app.route('/u/') -@app.route('/') @login_required def u(username): form = EmptyForm()