mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2025-12-12 08:42:04 +00:00
[svn r8044] make the person logbooks work
This commit is contained in:
@@ -19,6 +19,8 @@ urlpatterns = patterns('',
|
||||
(r'^person/$', personindex),
|
||||
(r'^person/(.*)$', person),
|
||||
|
||||
(r'^logbookentry/(.*)$', logbookentry),
|
||||
|
||||
(r'^admin/doc/', include('django.contrib.admindocs.urls')),
|
||||
(r'^admin/(.*)', admin.site.root),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user