diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2021-03-27 20:05:15 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2021-03-27 20:05:15 +0000 |
commit | c7475cda83a922d3736db2cca5706c1d86719313 (patch) | |
tree | 582d4db179e4a1c68be7fc55865058d76b3a6280 /urls.py | |
parent | ffaaea497c44f362a619d95da097def836a28b50 (diff) | |
download | troggle-c7475cda83a922d3736db2cca5706c1d86719313.tar.gz troggle-c7475cda83a922d3736db2cca5706c1d86719313.tar.bz2 troggle-c7475cda83a922d3736db2cca5706c1d86719313.zip |
merge expeditions and statistics pages
Diffstat (limited to 'urls.py')
-rw-r--r-- | urls.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -66,7 +66,6 @@ actualurlpatterns = [ # url(r'^personform/(.*)$', personForm), url(r'^expedition/(\d+)$', views_logbooks.expedition, name="expedition"), - url(r'^expeditions/?$', views_logbooks.ExpeditionListView.as_view(), name="expeditions"), url(r'^api/expeditions_tsv$', views_logbooks.Expeditions_tsvListView.as_view()), url(r'^api/expeditions_json$', views_logbooks.Expeditions_jsonListView.as_view()), url(r'^personexpedition/(?P<first_name>[A-Z]*[a-z&;]*)[^a-zA-Z]*(?P<last_name>[A-Z]*[a-zA-Z&;]*)/(?P<year>\d+)/?$', views_logbooks.personexpedition, name="personexpedition"), |