X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/736d94f6ac63f205be2967f013a15c457032fc2f..93b539c6a58516dbb4eb3aa1b3405121e8023fc7:/edumed/urls.py

diff --git a/edumed/urls.py b/edumed/urls.py
index af3cb28..fb09204 100644
--- a/edumed/urls.py
+++ b/edumed/urls.py
@@ -14,6 +14,8 @@ urlpatterns = patterns('',
     url(r'^forum/profile/edit/$', AvatarlessProfileEditView.as_view(), name='edit_profile'),
     url(r'^forum/', include('forum.urls')),
     url(r'^forum/', include('pybb.urls', namespace='pybb')),
+    url(r'^kompetencje/', include('curriculum.urls')),
+    url(r'^wtem/', include('wtem.urls')),
 )