aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/request/show.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/request/show.rhtml')
-rw-r--r--app/views/request/show.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/request/show.rhtml b/app/views/request/show.rhtml
index 02eb820e6..b77e3c464 100644
--- a/app/views/request/show.rhtml
+++ b/app/views/request/show.rhtml
@@ -1,6 +1,6 @@
<% @title = h(@info_request.title) %>
-<% if @info_request.awaiting_description %>
+<% if @info_request.awaiting_description || @requires_admin_describe %>
<div class="describe_state_form">
<%= render :partial => 'describe_state', :locals => { :id_suffix => "1" } %>
</div>