Simplify markup for creating status
This commit is contained in:
parent
9ef63fff4a
commit
404ec82657
3 changed files with 44 additions and 78 deletions
|
@ -107,7 +107,7 @@ urlpatterns = [
|
|||
|
||||
re_path(r'^rate/?$', actions.rate),
|
||||
re_path(r'^review/?$', actions.review),
|
||||
re_path(r'^quotate/?$', actions.quotate),
|
||||
re_path(r'^quote/?$', actions.quotate),
|
||||
re_path(r'^comment/?$', actions.comment),
|
||||
re_path(r'^tag/?$', actions.tag),
|
||||
re_path(r'^untag/?$', actions.untag),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue