X-Git-Url: https://git.mdrn.pl/turniej.git/blobdiff_plain/3dbaa20d66d533211dc34746150cbb31f5afd5d3..b006b8538abd0cb03c8270d21ddbeec0dffd9323:/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"),