X-Git-Url: https://git.mdrn.pl/turniej.git/blobdiff_plain/6dd6a06012218f6cd54c33485b6320c9b7a87608..db566020a374d0e81e8274ab0e5ba8061f8903ad:/apps/poetry/urls.py diff --git a/apps/poetry/urls.py b/apps/poetry/urls.py index 8d0baeb..40bef6d 100644 --- a/apps/poetry/urls.py +++ b/apps/poetry/urls.py @@ -5,6 +5,7 @@ urlpatterns = patterns('poetry.views', url(r"^$", "main", name="poetry_main"), url(r"^nowy/$", 'new', name="poetry_new"), + url(r"^konkurs/$", 'contest', name="poetry_contest"), url(r"^(?P[a-zA-Z0-9-]+)/$", "poet", name="poetry_poet"), url(r"^(?P[a-zA-Z0-9-]+)/nowy/$", 'new', name="poetry_new"),