display review comment for request that needs changes

This commit is contained in:
dandds
2018-09-14 11:03:53 -04:00
parent 73d3851813
commit 7f9c7dcaec
3 changed files with 35 additions and 1 deletions

View File

@@ -1,11 +1,19 @@
{% extends "base.html" %}
{% from "components/alert.html" import Alert %}
{% block content %}
<div class="col">
{% include 'requests/menu.html' %}
{% if review_comment %}
{{ Alert('Changes Requested',
message="<p>CCPO has requested changes to your submission with the following notes:<br>" + review_comment + "<br>Please contact info@jedi.cloud or 123-123-4567 for further discussion.</p>",
level='warning') }}
{% endif %}
{% block form_action %}
{% if request_id %}
<form method='POST' action="{{ url_for('requests.requests_form_update', screen=current, request_id=request_id) }}" autocomplete="off">