diff options
-rw-r--r-- | app/views/admin_public_body/_form.rhtml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/views/admin_public_body/_form.rhtml b/app/views/admin_public_body/_form.rhtml index fa733212a..7b02340ed 100644 --- a/app/views/admin_public_body/_form.rhtml +++ b/app/views/admin_public_body/_form.rhtml @@ -39,8 +39,6 @@ <p><label for="public_body_tag_string">Tags (space separated; see list of tags on the right)</label><br/> <%= text_field 'public_body', 'tag_string', :size => 60 %></p> -<br> - <p><label for="public_body_last_edit_comment"><strong>Comment</strong> for this edit</label> (put URL or other source of new info)<br/> <%= text_area 'public_body', 'last_edit_comment', :rows => 3, :cols => 60 %></p> <!--[eoform:public_body]--> |