* Also remove the references to the event views that got removed a few commits back.
authorMatthijs Kooijman <matthijs@stdin.nl>
Sat, 9 Feb 2008 22:39:09 +0000 (23:39 +0100)
committerMatthijs Kooijman <matthijs@stdin.nl>
Sat, 9 Feb 2008 22:39:09 +0000 (23:39 +0100)
urls.py

diff --git a/urls.py b/urls.py
index c6e6fe18510c95a32f6dab1581762d9ef0183d4a..c873e1a1f091ae50f4f2665d0e0841837a1bedb5 100644 (file)
--- a/urls.py
+++ b/urls.py
@@ -15,8 +15,6 @@ influences_dict = {
 urlpatterns = patterns('',
     url(r'^$', 'django.views.generic.simple.redirect_to', {'url' : '/influences/'}),
     url(r'^admin/', include('django.contrib.admin.urls')),
-    url(r'^events/event/(?P<event_id>\d+)/$', 'ee.events.views.event.detail'),
-    url(r'^events/event/(?P<event_id>\d+)/regs$', 'ee.events.views.event.regs'),
 
     url(r'^influences/$', 'ee.influences.views.index', name='influences_index'),
     url(r'^influences/influence/add/(\d+)/$', 'ee.influences.views.add', name='influences_add_influence_for_character'),