Fixes css and icons not found

This commit is contained in:
pluja 2020-09-26 20:13:44 +02:00
parent 89ac70faea
commit bcb05268ba

View File

@ -179,7 +179,6 @@ def search():
return render_template('search.html', form = form, config=config) return render_template('search.html', form = form, config=config)
@app.route('/u/<username>') @app.route('/u/<username>')
@app.route('/<username>')
@login_required @login_required
def u(username): def u(username):
form = EmptyForm() form = EmptyForm()