refactor request details rendering logic

This commit is contained in:
dandds
2018-09-18 11:25:33 -04:00
parent 955a735f96
commit 01fca617e7
6 changed files with 49 additions and 14 deletions

View File

@@ -32,7 +32,7 @@
</section>
{% if pending_review %}
{% if request.is_pending_ccpo_action %}
<section class='request-approval__review'>
<form method="POST" action="{{ url_for("requests.submit_approval", request_id=request.id) }}" autocomplete="off">
{{ f.csrf_token }}