diff options
Diffstat (limited to 'pgcommitfest/urls.py')
-rw-r--r-- | pgcommitfest/urls.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pgcommitfest/urls.py b/pgcommitfest/urls.py index 4f6e9d2..53fce1c 100644 --- a/pgcommitfest/urls.py +++ b/pgcommitfest/urls.py @@ -19,6 +19,7 @@ urlpatterns = [ re_path(r'^(\d+)/$', views.commitfest), re_path(r'^(open|inprogress|current)/(.*)$', views.redir), re_path(r'^(?P<cfid>\d+)/activity(?P<rss>\.rss)?/$', views.activity), + re_path(r'^patch/(\d+)/$', views.patch_redirect), re_path(r'^(\d+)/(\d+)/$', views.patch), re_path(r'^(\d+)/(\d+)/edit/$', views.patchform), re_path(r'^(\d+)/new/$', views.newpatch), |