aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/request/new.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/request/new.rhtml')
-rw-r--r--app/views/request/new.rhtml3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/request/new.rhtml b/app/views/request/new.rhtml
index 8aa627194..89bc10917 100644
--- a/app/views/request/new.rhtml
+++ b/app/views/request/new.rhtml
@@ -42,10 +42,9 @@
<p>
<label class="form_label" for="info_request_public_body_id">To:</label>
- <h2><%=h(@info_request.public_body.name)%></h2>
+ <span id="to_public_body"><%=h(@info_request.public_body.name)%></span>
</p>
-
<p>
<label class="form_label" for="info_request_title">Summary:</label>
<%= f.text_field :title, :size => 50 %>