summaryrefslogtreecommitdiff
path: root/archaeological_warehouse/urls.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-07-16 13:03:27 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-07-16 13:03:27 +0200
commit3919b4b1f908910b47905fd0886947d9a97835d8 (patch)
treef0b7c63834d4fe9125d043893dad8765975a78b1 /archaeological_warehouse/urls.py
parent7db4ca0a344c2e2890170f3fd08c961f7da9da44 (diff)
parentf5759737cc9cf165053a2e340382329cb3aea076 (diff)
downloadIshtar-3919b4b1f908910b47905fd0886947d9a97835d8.tar.bz2
Ishtar-3919b4b1f908910b47905fd0886947d9a97835d8.zip
Merge branch 'master-WIP-treatments'
Diffstat (limited to 'archaeological_warehouse/urls.py')
-rw-r--r--archaeological_warehouse/urls.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/archaeological_warehouse/urls.py b/archaeological_warehouse/urls.py
index 58f594bcd..9094f0a91 100644
--- a/archaeological_warehouse/urls.py
+++ b/archaeological_warehouse/urls.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
-# Copyright (C) 2010-2012 Étienne Loks <etienne.loks_AT_peacefrogsDOTnet>
+# Copyright (C) 2010-2016 Étienne Loks <etienne.loks_AT_peacefrogsDOTnet>
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
@@ -27,8 +27,6 @@ import views
# forms
urlpatterns = patterns(
'',
- # url(r'treatment_creation/(?P<step>.+)?$',
- # views.treatment_creation_wizard, name='treatment_creation'),
url(r'warehouse_packaging/(?P<step>.+)?$',
views.warehouse_packaging_wizard, name='warehouse_packaging'),
)