diff options
Diffstat (limited to 'chimere/views.py')
| -rw-r--r-- | chimere/views.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chimere/views.py b/chimere/views.py index 35c9179..f10b7fa 100644 --- a/chimere/views.py +++ b/chimere/views.py @@ -253,7 +253,6 @@ def edit(request, area_name="", item_id=None, submited=False): return response item_id, init_item, response_dct, form, formset_multi, formset_picture = \ values - # get the "manualy" declared_fields. Ie: properties declared_fields = form.declared_fields.keys() declared_fields = PropertyModel.objects.filter(available=True).all() |
