summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--urls.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/urls.py b/urls.py
index 4432a53..e77334c 100644
--- a/urls.py
+++ b/urls.py
@@ -7,11 +7,6 @@ admin.autodiscover()
urlpatterns = patterns('',
(r'^admin/', include(admin.site.urls)),
(r'^program/', include('program.urls')),
- (r'^programm/', include('program.urls')), # programcalendar.js has to link
- # to /programm, so that deliverance integration works. that would
- # break django compat, so this url rule is added. come up with a bttr
- # solution and implement it to avoid redundancy and hacks.
- # i don't care yet.
(r'^nop', include('nop.urls')),
(r'^tinymce/', include('tinymce.urls')),
)