diff --git a/wcs/fields.py b/wcs/fields.py index 77dbc3bc7..8b1fa8cad 100644 --- a/wcs/fields.py +++ b/wcs/fields.py @@ -3424,11 +3424,12 @@ class ComputedField(Field): form.add( StringWidget, 'value_template', - title=_('Value Template'), + title=_('Value'), required=True, size=80, value=self.value_template, validation_function=ComputedExpressionWidget.validate_template, + hint=_('As a Django template'), ) form.add( CheckboxWidget,