mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2025-12-12 08:42:04 +00:00
[svn r8180] Julian playing with the logbooks and expoyears
This commit is contained in:
@@ -21,11 +21,13 @@ urlpatterns = patterns('',
|
||||
(r'^survex/(?P<survex_file>.*)\.err$', err),
|
||||
|
||||
url(r'^personindex$', personindex, name="personindex"),
|
||||
(r'^person/(?P<person_id>\d*)(?P<first_name>[a-zA-Z]*)[-_/\.\s(\%20)]*(?P<last_name>[a-zA-Z]*)/?$', person),
|
||||
url(r'^person/(.+)$', person, name="person"),
|
||||
|
||||
(r'^logbookentry/(.*)/?$', logbookentry),
|
||||
url(r'^logbookentry/(\d+)$', logbookentry, name="logbookentry"),
|
||||
url(r'^logbooksearch/(.*)/?$', logbookSearch),
|
||||
|
||||
url(r'^expedition/(\d+)$', expedition, name="expedition"),
|
||||
|
||||
url(r'^statistics/?$', stats, name="stats"),
|
||||
|
||||
(r'^survey/?$', surveyindex),
|
||||
|
||||
Reference in New Issue
Block a user