display review comment for financial verification that needs changes
This commit is contained in:
@@ -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 %}
|
||||
|
5
templates/requests/comment.html
Normal file
5
templates/requests/comment.html
Normal 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') }}
|
@@ -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">
|
||||
|
||||
|
Reference in New Issue
Block a user