diff --git a/app/views/proxy_borrower_forms/faculty_form.html.erb b/app/views/proxy_borrower_forms/faculty_form.html.erb index b71416f5..ae22c4ef 100644 --- a/app/views/proxy_borrower_forms/faculty_form.html.erb +++ b/app/views/proxy_borrower_forms/faculty_form.html.erb @@ -10,8 +10,8 @@
As a University of California Faculty/Academic Staff member (in good standing) at Berkeley, I request that the Library permit the person named below to withdraw books in my name for use in research. I will take full responsibility for all materials checked out with this card in my name.
- <%= field_for f, :faculty_name %> - <%= field_for f, :department %> + <%= field_for f, :faculty_name, readonly: true %> + <%= field_for f, :department, readonly: true %> <%= field_for f, :research_last, required: true %> <%= field_for f, :research_first, required: true %> <%= field_for f, :research_middle %>