diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/default/admin/council_contacts.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/default/admin/council_contacts.html b/templates/web/default/admin/council_contacts.html index dac73cbdd..e35c8cda2 100644 --- a/templates/web/default/admin/council_contacts.html +++ b/templates/web/default/admin/council_contacts.html @@ -137,7 +137,7 @@ <p> <label for"comment_user_id">User to attribute fetched comments to</label>: - <input type="textbox" name="comment_user_id" value="[% conf.comment_user_id %]"> + <input type="text" name="comment_user_id" value="[% conf.comment_user_id %]"> </p> <p> |