Remove unneccesary flash
The flash is in the base 'task_order/_new.html' template, so it doesn't need to be included in the section as well.
This commit is contained in:
@@ -11,8 +11,6 @@
|
|||||||
|
|
||||||
{% block form %}
|
{% block form %}
|
||||||
|
|
||||||
{% include "fragments/flash.html" %}
|
|
||||||
|
|
||||||
<h3>Basic Information</h3>
|
<h3>Basic Information</h3>
|
||||||
{{ TextInput(form.portfolio_name, placeholder="The name of your office or organization") }}
|
{{ TextInput(form.portfolio_name, placeholder="The name of your office or organization") }}
|
||||||
{{ TextInput(form.scope, paragraph=True) }}
|
{{ TextInput(form.scope, paragraph=True) }}
|
||||||
|
@@ -10,8 +10,6 @@
|
|||||||
|
|
||||||
{% block form %}
|
{% block form %}
|
||||||
|
|
||||||
{% include "fragments/flash.html" %}
|
|
||||||
|
|
||||||
<funding inline-template v-bind:initial-data='{{ form.data|tojson }}'>
|
<funding inline-template v-bind:initial-data='{{ form.data|tojson }}'>
|
||||||
<div>
|
<div>
|
||||||
<!-- Get Funding Section -->
|
<!-- Get Funding Section -->
|
||||||
|
@@ -9,8 +9,6 @@
|
|||||||
|
|
||||||
{% block form %}
|
{% block form %}
|
||||||
|
|
||||||
{% include "fragments/flash.html" %}
|
|
||||||
|
|
||||||
<!-- Oversight Section -->
|
<!-- Oversight Section -->
|
||||||
<h3>Contracting Officer (KO) Information</h3>
|
<h3>Contracting Officer (KO) Information</h3>
|
||||||
{{ UserInfo(form.ko_first_name, form.ko_last_name, form.ko_email, form.ko_dod_id) }}
|
{{ UserInfo(form.ko_first_name, form.ko_last_name, form.ko_email, form.ko_dod_id) }}
|
||||||
|
@@ -10,8 +10,6 @@
|
|||||||
|
|
||||||
{% block form %}
|
{% block form %}
|
||||||
|
|
||||||
{% include "fragments/flash.html" %}
|
|
||||||
|
|
||||||
{% macro TOEditLink(screen=1) %}
|
{% macro TOEditLink(screen=1) %}
|
||||||
{% if task_order %}
|
{% if task_order %}
|
||||||
{{ EditLink(url_for("task_orders.new", screen=screen, task_order_id=task_order.id)) }}
|
{{ EditLink(url_for("task_orders.new", screen=screen, task_order_id=task_order.id)) }}
|
||||||
|
Reference in New Issue
Block a user