display review comment for financial verification that needs changes

This commit is contained in:
dandds
2018-09-14 11:33:02 -04:00
parent 7f9c7dcaec
commit 8359a2a079
5 changed files with 37 additions and 6 deletions

View File

@@ -1,7 +1,5 @@
{% extends "base.html" %}
{% from "components/alert.html" import Alert %}
{% block content %}
<div class="col">
@@ -9,9 +7,7 @@
{% 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') }}
{% include 'requests/comment.html' %}
{% endif %}
{% block form_action %}

View File

@@ -0,0 +1,5 @@
{% from "components/alert.html" import Alert %}
{{ 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') }}

View File

@@ -12,6 +12,10 @@
{{ Alert('Pending Financial Verification', fragment="fragments/pending_financial_verification.html") }}
{% endif %}
{% if review_comment %}
{% include 'requests/comment.html' %}
{% endif %}
<financial inline-template v-bind:initial-data='{{ f.data|mixedContentToJson }}'>
<div class="col">