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:
@@ -10,8 +10,6 @@
|
||||
|
||||
{% block form %}
|
||||
|
||||
{% include "fragments/flash.html" %}
|
||||
|
||||
{% macro TOEditLink(screen=1) %}
|
||||
{% if task_order %}
|
||||
{{ EditLink(url_for("task_orders.new", screen=screen, task_order_id=task_order.id)) }}
|
||||
|
||||
Reference in New Issue
Block a user