Update copy on TO signature page

This commit is contained in:
leigh-mil
2019-12-18 11:29:34 -05:00
parent a227044ccf
commit 66cfaaa6c3
4 changed files with 27 additions and 15 deletions

View File

@@ -1,8 +1,10 @@
{% macro TOFormStepHeader(title, description, to_number=None) %}
{% macro TOFormStepHeader(description, title=None, to_number=None) %}
<div class="task-order__header">
<div class="h2">
{{ title }}
</div>
{% if title -%}
<div class="h2">
{{ title }}
</div>
{%- endif %}
{% if to_number %}
<p>
<strong>Task Order Number:</strong> {{ to_number }}