Simplify markup for creating status

This commit is contained in:
Mouse Reeve
2020-11-06 13:33:26 -08:00
parent 9ef63fff4a
commit 404ec82657
3 changed files with 44 additions and 78 deletions

View File

@ -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),