We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfef913 commit 99cc457Copy full SHA for 99cc457
1 file changed
app/views/proxy_borrower_forms/faculty_form.html.erb
@@ -10,8 +10,8 @@
10
<p>As a University of California <b>Faculty/Academic Staff</b> member (in good standing) at Berkeley, I
11
request that the Library permit the person named below to withdraw books in my name for use in research.
12
I will take full responsibility for all materials checked out with this card in my name.</p>
13
- <%= field_for f, :faculty_name %>
14
- <%= field_for f, :department %>
+ <%= field_for f, :faculty_name, readonly: true %>
+ <%= field_for f, :department, readonly: true %>
15
<%= field_for f, :research_last, required: true %>
16
<%= field_for f, :research_first, required: true %>
17
<%= field_for f, :research_middle %>
0 commit comments