Fixes handling of ratings in status views and urls
This commit is contained in:
parent
2e36cfbcf6
commit
4a10c99026
4 changed files with 6 additions and 3 deletions
|
@ -13,6 +13,7 @@ local_user_path = r'^user/(?P<username>%s)' % regex.localname
|
|||
status_types = [
|
||||
'status',
|
||||
'review',
|
||||
'reviewrating',
|
||||
'comment',
|
||||
'quotation',
|
||||
'boost',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue