clean up request review menu logic

This commit is contained in:
dandds
2018-09-13 11:20:40 -04:00
parent a84e18d888
commit 8e4430ffc5
4 changed files with 4 additions and 10 deletions

View File

@@ -138,7 +138,7 @@ def view_request_details(request_id=None):
data["task_order"] = request.task_order.to_dictionary()
return render_template(
"requests/view_pending.html",
"requests/details.html",
data=data,
request_id=request.id,
status=request.status_displayname,