From 0f5109cb0988d76c5b7d3037acca0ad8ac07f0dd Mon Sep 17 00:00:00 2001 From: substantialnoninfringinguser Date: Wed, 13 May 2009 05:38:18 +0100 Subject: [svn] new person expedition Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8189 by julian @ 1/18/2009 7:50 PM --- urls.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'urls.py') diff --git a/urls.py b/urls.py index ad64d2b..e33a616 100644 --- a/urls.py +++ b/urls.py @@ -23,10 +23,11 @@ urlpatterns = patterns('', url(r'^personindex$', personindex, name="personindex"), url(r'^person/(.+)$', person, name="person"), - url(r'^logbookentry/(\d+)$', logbookentry, name="logbookentry"), + url(r'^logbookentry/(.+)$', logbookentry, name="logbookentry"), url(r'^logbooksearch/(.*)/?$', logbookSearch), url(r'^expedition/(\d+)$', expedition, name="expedition"), + url(r'^personexpedition/(.+?)/(\d+)$', personexpedition, name="personexpedition"), url(r'^statistics/?$', stats, name="stats"), -- cgit v1.2.3