diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-05-16 15:47:42 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-05-16 15:47:42 +0100 |
commit | 23aa50cd6e1fb77de2d1e3ae8d29a8f8408a7930 (patch) | |
tree | 511442f4c72e6d0968171631a0f0305893ac0a53 /templates | |
parent | a48756f51e0199bf09ce7cbd66c2fcd80acb05ad (diff) |
Fixes and improvements for tests.
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> |