diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2010-12-29 10:58:46 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2010-12-29 10:58:46 +0100 |
commit | f1eca7a1eef6a2ff8bb87c4626001c231eb4c8fd (patch) | |
tree | 7856604c8fa5601a1b29adc0f1161501c33e0c7e /ishtar/furnitures/urls.py | |
parent | 537b4b443b5e9232a90b506c804c52ea0ed396ba (diff) | |
download | Ishtar-f1eca7a1eef6a2ff8bb87c4626001c231eb4c8fd.tar.bz2 Ishtar-f1eca7a1eef6a2ff8bb87c4626001c231eb4c8fd.zip |
Integration of session wizard (refs #51)
Diffstat (limited to 'ishtar/furnitures/urls.py')
-rw-r--r-- | ishtar/furnitures/urls.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar/furnitures/urls.py b/ishtar/furnitures/urls.py index f791c9f74..9c09c323d 100644 --- a/ishtar/furnitures/urls.py +++ b/ishtar/furnitures/urls.py @@ -30,6 +30,6 @@ for section in menu.childs: actions = r"|".join(actions) urlpatterns += patterns('ishtar.furnitures.views', - url(BASE_URL + r'(?P<action>' + actions + r')/' + \ + url(BASE_URL + r'(?P<action>' + actions + r')/(?P<slug>[A-Za-z0-9_-]+)/' +\ r'((?P<obj_id>\d)/)?$', 'action', name='action'), ) |