diff options
| author | Étienne Loks <etienne.loks@peacefrogs.net> | 2011-03-21 01:23:11 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2011-03-21 01:23:11 +0100 |
| commit | 0fc73f65d80050ff3c06a99869e342f62f90c313 (patch) | |
| tree | f12fbadffc066239c1dcdec466bae9ccddc3c367 /ishtar/furnitures/views.py | |
| parent | 9cb3f5c9eff4dc300795ad546a6540ed8328c2d2 (diff) | |
| download | Ishtar-0fc73f65d80050ff3c06a99869e342f62f90c313.tar.bz2 Ishtar-0fc73f65d80050ff3c06a99869e342f62f90c313.zip | |
Create and modify items (refs #290)
Diffstat (limited to 'ishtar/furnitures/views.py')
| -rw-r--r-- | ishtar/furnitures/views.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ishtar/furnitures/views.py b/ishtar/furnitures/views.py index 43d5a46e2..39c6bb66c 100644 --- a/ishtar/furnitures/views.py +++ b/ishtar/furnitures/views.py @@ -381,6 +381,8 @@ get_contextrecord = get_item(models.ContextRecord, 'get_contextrecord', 'contextrecord', extra_request_keys={'parcel__town':'parcel__town__pk', }) +get_archaeologicalitem = get_item(models.Item, + 'get_archaeologicalitem', 'item',) def action(request, action_slug, obj_id=None, *args, **kwargs): """ |
