Fixes handling of ratings in status views and urls
This commit is contained in:
@ -13,6 +13,7 @@ local_user_path = r'^user/(?P<username>%s)' % regex.localname
|
||||
status_types = [
|
||||
'status',
|
||||
'review',
|
||||
'reviewrating',
|
||||
'comment',
|
||||
'quotation',
|
||||
'boost',
|
||||
|
Reference in New Issue
Block a user