diff --git a/templates/portfolios/task_orders/show.html b/templates/portfolios/task_orders/show.html index dc787007..0b2da5b5 100644 --- a/templates/portfolios/task_orders/show.html +++ b/templates/portfolios/task_orders/show.html @@ -12,9 +12,9 @@ {% macro officer_name(officer) -%} {%- if not officer -%} - Not specified + not yet invited {%- elif officer == g.current_user -%} - You + you {%- else -%} {{ officer.full_name }} {%- endif -%} @@ -91,7 +91,7 @@