Add flash message to to form templates

This commit is contained in:
leigh-mil 2019-07-16 11:39:21 -04:00
parent 7ebe84a9cb
commit b3737619f0
2 changed files with 4 additions and 0 deletions

View File

@ -39,6 +39,8 @@
</span> </span>
{% endcall %} {% endcall %}
{% include "fragments/flash.html" %}
<div class="h3"> <div class="h3">
{{ 'task_orders.form.supporting_docs_header' | translate }} {{ 'task_orders.form.supporting_docs_header' | translate }}
</div> </div>

View File

@ -34,6 +34,8 @@
</span> </span>
{% endcall %} {% endcall %}
{% include "fragments/flash.html" %}
<div class="h1"> <div class="h1">
{{ 'task_orders.form.add_to_header' | translate }} {{ 'task_orders.form.add_to_header' | translate }}
</div> </div>