diff options
| author | Étienne Loks <etienne.loks@peacefrogs.net> | 2011-03-28 17:15:41 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2011-03-28 17:15:41 +0200 |
| commit | bf8c9a7d4fce33daa46405297192c47228e8cd28 (patch) | |
| tree | 8bd4f9867205fab313ed9a936609520bd0f30a64 /ishtar/furnitures/views.py | |
| parent | 81abfd0dad8b1eafd7f49214f66520dccb07f869 (diff) | |
| download | Ishtar-bf8c9a7d4fce33daa46405297192c47228e8cd28.tar.bz2 Ishtar-bf8c9a7d4fce33daa46405297192c47228e8cd28.zip | |
Not compulsory fields - database (refs #309)
Diffstat (limited to 'ishtar/furnitures/views.py')
| -rw-r--r-- | ishtar/furnitures/views.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ishtar/furnitures/views.py b/ishtar/furnitures/views.py index 1af2e3991..d1c5dfe52 100644 --- a/ishtar/furnitures/views.py +++ b/ishtar/furnitures/views.py @@ -425,7 +425,6 @@ def new_item(model): if '_select_' in dct['parent_pk']: parents = dct['parent_pk'].split('_') dct['parent_pk'] = "_".join([parents[0]] + parents[2:]) - print dct return render_to_response('window.html', dct, context_instance=RequestContext(request)) else: |
