Merge pull request #737 from dod-ccpo/to-view-content

Updates TO view page content
This commit is contained in:
rachel-dtr 2019-04-02 16:47:56 -04:00 committed by GitHub
commit 575cfce5e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,9 +12,9 @@
{% macro officer_name(officer) -%} {% macro officer_name(officer) -%}
{%- if not officer -%} {%- if not officer -%}
Not specified not yet invited
{%- elif officer == g.current_user -%} {%- elif officer == g.current_user -%}
You you
{%- else -%} {%- else -%}
{{ officer.full_name }} {{ officer.full_name }}
{%- endif -%} {%- endif -%}
@ -91,7 +91,7 @@
<div>{{ officer_info.phone_number | usPhone }}</div> <div>{{ officer_info.phone_number | usPhone }}</div>
</div> </div>
{% else %} {% else %}
<span>Not specified</span> <span>not yet invited</span>
{% endif %} {% endif %}
</div> </div>
</div> </div>