diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2011-04-10 00:34:08 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2011-04-10 00:34:08 +0200 |
commit | 412e1567c453509ca980ea1350f20e89db612f7a (patch) | |
tree | 800d34322bdecea118fbbb62db376b1d0bbf4e05 /ishtar/furnitures/urls.py | |
parent | 00993b14812e6cc97b1e268e986884e92523f05e (diff) | |
download | Ishtar-412e1567c453509ca980ea1350f20e89db612f7a.tar.bz2 Ishtar-412e1567c453509ca980ea1350f20e89db612f7a.zip |
Show history in sheets (refs #349)
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 2342d4027..5a155b5b5 100644 --- a/ishtar/furnitures/urls.py +++ b/ishtar/furnitures/urls.py @@ -111,6 +111,8 @@ urlpatterns += patterns('ishtar.furnitures.views', name='get-file'), url(BASE_URL + r'show-file/(?P<pk>.+)?/(?P<type>.+)?$', 'show_file', name='show-file'), + url(BASE_URL + r'show-historized-file/(?P<pk>.+)?/(?P<date>.+)?$', + 'show_file', name='show-historized-file'), url(BASE_URL + r'autocomplete-operation/$', 'autocomplete_operation', name='autocomplete-operation'), url(BASE_URL + r'get-operation/(?P<type>.+)?$', 'get_operation', |