diff options
-rw-r--r-- | templates/web/base/admin/category_edit.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/web/base/admin/category_edit.html b/templates/web/base/admin/category_edit.html index fb7475e1f..b827a4b6d 100644 --- a/templates/web/base/admin/category_edit.html +++ b/templates/web/base/admin/category_edit.html @@ -23,6 +23,11 @@ <p><strong>[% loc('Category:') %] </strong>[% contact.category | html %] <input type="hidden" name="category" value="[% contact.category | html %]" > <input type="hidden" name="token" value="[% token %]" > + [% IF contact.extra %] + <p><strong>[% loc('Extra data:') %] </strong> + [% USE Dumper %] + [% Dumper.dump(contact.extra) | html %]</p> + [% END %] <p><strong>[% loc('Email:') %] </strong> <input type="text" name="email" value="[% contact.email | html %]" size="30"> |