diff options
| author | Étienne Loks <etienne.loks@peacefrogs.net> | 2011-02-18 05:13:40 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2011-02-18 05:13:40 +0100 |
| commit | e47d24635c4bc1df11fe1beeb1cbac974e23d08b (patch) | |
| tree | 52d5d7e3d2bb8571ca40864f368682e854a4786d /ishtar/furnitures/urls.py | |
| parent | 6c4c940ec44a9e2984be03fc9a13cf2857bded84 (diff) | |
| download | Ishtar-e47d24635c4bc1df11fe1beeb1cbac974e23d08b.tar.bz2 Ishtar-e47d24635c4bc1df11fe1beeb1cbac974e23d08b.zip | |
Basic implementation of operation sheet (refs #227)
Diffstat (limited to 'ishtar/furnitures/urls.py')
| -rw-r--r-- | ishtar/furnitures/urls.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ishtar/furnitures/urls.py b/ishtar/furnitures/urls.py index deaea4248..5123609fc 100644 --- a/ishtar/furnitures/urls.py +++ b/ishtar/furnitures/urls.py @@ -93,6 +93,8 @@ urlpatterns += patterns('ishtar.furnitures.views', name='autocomplete-operation'), url(BASE_URL + r'get-operation/(?P<type>.+)?$', 'get_operation', name='get-operation'), + url(BASE_URL + r'show-operation/(?P<pk>.+)?$', 'show_operation', + name='show-operation'), url(BASE_URL + r'update-current-item/$', 'update_current_item', name='update-current-item'), url(BASE_URL + r'get-administrativeact/(?P<type>.+)?$', |
