X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/e933b196c2637a75f73050b8a0e432ecf83bde8e..eab0ad545f8e59803b96b899d3ce3e242d925917:/edumed/urls.py diff --git a/edumed/urls.py b/edumed/urls.py index 0bc3091..1764f61 100644 --- a/edumed/urls.py +++ b/edumed/urls.py @@ -26,7 +26,7 @@ urlpatterns = patterns( # url(r'^forum/', include('pybb.urls', namespace='pybb')), # url(r'^kompetencje/', include('curriculum.urls')), url(r'^zadania/', include('wtem.urls')), - url(r'^2etap/', include('stage2.urls')), + url(r'^drugi-etap/', include('stage2.urls')), )