add forbidden usernames
This commit is contained in:
@@ -51,7 +51,7 @@ def reply(slug):
|
||||
def feed(slug):
|
||||
return 'stub'
|
||||
|
||||
@bp.get('/new')
|
||||
@bp.get('/new/')
|
||||
@login_required
|
||||
def new():
|
||||
topics = Topics.select()
|
||||
|
||||
Reference in New Issue
Block a user