Fixes css and icons not found
This commit is contained in:
parent
89ac70faea
commit
bcb05268ba
@ -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()
|
||||||
|
Reference in New Issue
Block a user