Commit 366c663d by Kevin McDermott

Merge trunk and fix error.

parents cf027c81 691ecea9
......@@ -41,5 +41,5 @@ urlpatterns = patterns('',
(r'^logout/$', 'django.contrib.auth.views.logout'),
(r'^private/$', views.require_authentication),
(r'^admin/(.*)', admin.site.root),
(r'^admin/', include(admin.site.urls)),
)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment