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 %}
|
||||
|
||||
{% include "fragments/flash.html" %}
|
||||
|
||||
<h3>Basic Information</h3>
|
||||
{{ TextInput(form.portfolio_name, placeholder="The name of your office or organization") }}
|
||||
{{ TextInput(form.scope, paragraph=True) }}
|
||||
|
Reference in New Issue
Block a user