Commit cff6c167 authored by Nicolas Delaby's avatar Nicolas Delaby

* add parameter required by render signature


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31785 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6f94dc5e
# -*- coding: utf-8 -*-
##############################################################################
#
# Copyright (c) 2002 Nexedi SARL and Contributors. All Rights Reserved.
......@@ -110,7 +111,7 @@ class ImageFieldWidget(Widget.TextWidget):
)
def render_odg(self, field, value, as_string, ooo_builder, REQUEST,
render_prefix, attr_dict):
render_prefix, attr_dict, local_name):
"""
return an image xml node rendered in odg format
if as_string is True (default) the returned value is a string (xml
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment