diff options
-rw-r--r-- | templates/web/base/admin/bodies/contact-form.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/base/admin/bodies/contact-form.html b/templates/web/base/admin/bodies/contact-form.html index 312b6ab96..bc2f5dde3 100644 --- a/templates/web/base/admin/bodies/contact-form.html +++ b/templates/web/base/admin/bodies/contact-form.html @@ -145,7 +145,7 @@ as well.") %] <button type="button" class="btn btn--small js-group-item-add">[% loc('Add group') %]</button> </p> [% ELSE %] - <input class="form-control" type="text" name="group" value="[% contact.extra.group | html %]" size="30"> + <input class="form-control" type="text" name="group" value="[% contact.extra.group.join(',') | html %]" size="30"> [% END %] </label> </p> |