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:
@@ -9,8 +9,6 @@
|
||||
|
||||
{% block form %}
|
||||
|
||||
{% include "fragments/flash.html" %}
|
||||
|
||||
<!-- Oversight Section -->
|
||||
<h3>Contracting Officer (KO) Information</h3>
|
||||
{{ UserInfo(form.ko_first_name, form.ko_last_name, form.ko_email, form.ko_dod_id) }}
|
||||
|
Reference in New Issue
Block a user